Specify dependency on autotool in README.

This commit is contained in:
Guillaume Beraudo 2011-09-06 15:11:33 +02:00
parent 391701ae9f
commit ff6c7d698a

3
README
View file

@ -3,7 +3,8 @@
To build liblinphone for Android, you must: To build liblinphone for Android, you must:
1) download the Android ndk (r5b, r6) from google. 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 $ ./prepare_sources.sh