Skip to content
Snippets Groups Projects
Commit cc1a4f17 authored by Jean-Claude COLSON's avatar Jean-Claude COLSON
Browse files

Update file README.md

parent ef17744f
No related branches found
No related tags found
No related merge requests found
......@@ -4,8 +4,11 @@ Spec file to create rpm.
# Instructions to build rpms :
cd ~/rpmbuild
rpmbuild -bs --define 'SrcURL https://redirector.gvt1.com/edgedl/android/studio/ide-zips/2022.2.1.20/android-studio-2022.2.1.20-linux.tar.gz' --define 'WithSkel 1' SPECS/android-studio-ide.spec
rpmbuild -bb SPECS/android-studio-ide.spec
# For the version 4.1.3-0, add QA_RPATHS=$(( 0x0010|0x0020 )) to build the binary rpm :
# For the version 4.1.3-0, add QA_RPATHS=$(( 0x0010|0x0020 )) to build the binary rpm :
QA_RPATHS=$(( 0x0010|0x0020 )) rpmbuild -bb SPECS/android-studio-ide.spec
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment