Update cmake-builder submodule and build dependencies in README file.
This commit is contained in:
parent
795f7ea04d
commit
6c333255cf
2 changed files with 2 additions and 6 deletions
6
README
6
README
|
@ -9,11 +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.
|
||||
1) download the Android ndk (=r10c) from google and add it to your path (no symlink !!!).
|
||||
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
|
||||
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
|
||||
|
||||
2) install yasm, nasm, ant, python, cmake and vim-common
|
||||
On 64 bits linux systems you'll need the ia32-libs package
|
||||
With the latest Debian (multiarch), you need this:
|
||||
dpkg --add-architecture i386
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit cbf3897d81206720e75564b2f4d2733cb9f98d17
|
||||
Subproject commit 0c9a59a3dc3e2ed0bbe5ab512d1611eae63f3489
|
Loading…
Reference in a new issue