24
edits
(Link to Windows instructions) |
m |
||
Line 103: | Line 103: | ||
= Compiling = | = Compiling = | ||
The Android port can be compiled with the <tt>configure</tt> script. The most basic way to accomplish this is to run: | The Android port can be compiled with the <tt>configure</tt> script. | ||
Set the <tt>ANDROID_SDK</tt> environment variable to the root directory of the SDK, and <tt>ANDROID_NDK</tt> to the root directory of the NDK. Add the directory of the toolchain binaries from the NDK to your <tt>PATH</tt>. This directory differs, on Linux its <tt>$ANDROID_NDK/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin</tt>. | |||
The most basic way to accomplish this is to run: | |||
./configure --host=android --enable-plugins --default-dynamic | ./configure --host=android --enable-plugins --default-dynamic |
edits