mirror of
https://github.com/yarrick/iodine.git
synced 2024-11-22 08:09:19 +02:00
Update android readme
This commit is contained in:
parent
99c0efc467
commit
05dc792d86
|
@ -37,13 +37,14 @@ For more information: http://blog.bokhorst.biz/5123
|
||||||
3. Build:
|
3. Build:
|
||||||
cd src
|
cd src
|
||||||
make base64u.h base64u.c
|
make base64u.h base64u.c
|
||||||
ndk-build NDK_PROJECT_PATH=. APP_BUILD_SCRIPT=Android.mk APP_PLATFORM=android-16
|
ndk-build NDK_PROJECT_PATH=. APP_BUILD_SCRIPT=Android.16.mk APP_PLATFORM=android-16
|
||||||
|
|
||||||
or run "make cross-android" in the iodine root directory.
|
or run "make cross-android" in the iodine root directory.
|
||||||
To build for other archs, specify TARGET_ARCH_ABI:
|
To build for other archs, specify TARGET_ARCH_ABI:
|
||||||
"make cross-android TARGET_ARCH_ABI=x86"
|
"make cross-android TARGET_ARCH_ABI=x86"
|
||||||
|
|
||||||
For older android versions (pre-kitkat), build with "make cross-android-old" in the
|
For older android versions (pre-kitkat), build with "make cross-android-old" in the
|
||||||
root directory, or manually like above but with APP_PLATFORM=android-3
|
root directory, or manually like above but with APP_PLATFORM=android-3 and with
|
||||||
|
APP_BUILD_SCRIPT=Android.mk
|
||||||
|
|
||||||
The iodine binary ends up in src/libs/<arch>/iodine
|
The iodine binary ends up in src/libs/<arch>/iodine
|
||||||
|
|
Loading…
Reference in New Issue