Merge pull request #2166 from agrajaghh/building.md_ndk_path

Building.md: library -> libaxolotl
fork-5.53.8
Moxie Marlinspike 2014-12-01 09:06:32 -08:00
commit 5002a749cf
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -33,13 +33,13 @@ The following steps should help you (re)build TextSecure from the command line.
Re-building native components
-----------------------------
Note: This step is optional; native components are contained as binaries (see [library/libs](library/libs)).
Note: This step is optional; native components are contained as binaries (see [libaxolotl/libs](libaxolotl/libs)).
1. Ensure that the Android NDK is installed.
Execute ndk-build:
cd library
cd libaxolotl
ndk-build
Afterwards, execute Gradle as above to re-create the APK.