mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-11 03:33:11 -08:00
Developed by Sylvain Agenau, added to the repository by Evrim Ulu with a few minor fixes by Daniel Kochmański.
12 lines
No EOL
297 B
Text
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 |