Add dependencies that were not listed in the README file.
This commit is contained in:
parent
040766fa40
commit
47e3a1aea6
1 changed files with 1 additions and 1 deletions
2
README
2
README
|
@ -9,7 +9,7 @@ To build liblinphone for Android, you must:
|
||||||
-------------------------------------------
|
-------------------------------------------
|
||||||
0) download the Android sdk with platform-tools and tools updated to latest revision (at least API 16 is needed), then add both 'tools' and 'platform-tools' folders in your path.
|
0) download the Android sdk with platform-tools and tools updated to latest revision (at least API 16 is needed), then add both 'tools' and 'platform-tools' folders in your path.
|
||||||
1) download the Android ndk (=r10c) from google and add it to your path (no symlink !!!).
|
1) download the Android ndk (=r10c) from google and add it to your path (no symlink !!!).
|
||||||
2) install yasm, nasm, ant, python, cmake, and gas-precessor.pl
|
2) install yasm, nasm, ant, python, cmake, vim-common, intltool and gas-precessor.pl
|
||||||
gas-preprocessor.pl is a simple perl script that can be downloaded from
|
gas-preprocessor.pl is a simple perl script that can be downloaded from
|
||||||
https://git.libav.org/?p=gas-preprocessor.git;a=blob_plain;f=gas-preprocessor.pl;hb=HEAD
|
https://git.libav.org/?p=gas-preprocessor.git;a=blob_plain;f=gas-preprocessor.pl;hb=HEAD
|
||||||
After copying it into /usr/local/bin, don't forget to give it exec permission with chmod +x gas-preprocessor.pl
|
After copying it into /usr/local/bin, don't forget to give it exec permission with chmod +x gas-preprocessor.pl
|
||||||
|
|
Loading…
Reference in a new issue