ecl/README.android
Evrim Ulu 641a12b4e1 mobile: add sample android application (HelloECL)
Developed by Sylvain Agenau, added to the repository by Evrim Ulu with
a few minor fixes by Daniel Kochmański.
2015-10-23 18:16:38 +02:00

12 lines
No EOL
297 B
Text

To build:
$ export ANDROID_NDK_ROOT=Path to NDK
$ ./configure.android
This will create a 32-bit version of ECL to cross-compile.
Then it will compile an ARM 32-bit ECL into android/install/android.
Please see the sample application in contrib/android.
evrim ulu <evrimulu@gmail.com>
March 2015