Specify dependency on autotool in README.
This commit is contained in:
parent
391701ae9f
commit
ff6c7d698a
1 changed files with 2 additions and 1 deletions
3
README
3
README
|
@ -3,7 +3,8 @@
|
|||
|
||||
To build liblinphone for Android, you must:
|
||||
1) download the Android ndk (r5b, r6) from google.
|
||||
2) run the ./prepare_sources.sh script in the top level directory. This will download iLBC source files and convert some assembly files in VP8 project.
|
||||
2) install the autotools: autoconf, automake, aclocal, libtoolize
|
||||
3) run the ./prepare_sources.sh script in the top level directory. This will download iLBC source files and convert some assembly files in VP8 project.
|
||||
|
||||
$ ./prepare_sources.sh
|
||||
|
||||
|
|
Loading…
Reference in a new issue