Updated README for env install on latest Debian
This commit is contained in:
parent
64e8f6aa17
commit
21fd56a005
1 changed files with 4 additions and 0 deletions
4
README
4
README
|
@ -6,6 +6,10 @@ To build liblinphone for Android, you must:
|
||||||
1) download the Android ndk (>=r9) from google and add it to your path.
|
1) download the Android ndk (>=r9) from google and add it to your path.
|
||||||
2) install yasm, curl, ant and the autotools: autoconf, automake, aclocal, libtoolize, pkgconfig
|
2) install yasm, curl, ant and the autotools: autoconf, automake, aclocal, libtoolize, pkgconfig
|
||||||
On 64 bits linux systems you'll need the ia32-libs package
|
On 64 bits linux systems you'll need the ia32-libs package
|
||||||
|
With the latest Debian (multiarch), you need this:
|
||||||
|
dpkg --add-architecture i386
|
||||||
|
aptitude update
|
||||||
|
aptitude install libstdc++6:i386 libgcc1:i386 zlib1g:i386 libncurses5:i386
|
||||||
3) run the Makefile script in the top level directory. This will download iLBC source files and convert some assembly files in VP8 project.
|
3) run the Makefile script in the top level directory. This will download iLBC source files and convert some assembly files in VP8 project.
|
||||||
$ make
|
$ make
|
||||||
4) To install the generated apk into a plugged device, run
|
4) To install the generated apk into a plugged device, run
|
||||||
|
|
Loading…
Reference in a new issue