File: README

package info (click to toggle)
ecl 21.2.1%2Bds-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 17,604 kB
  • sloc: ansic: 146,375; lisp: 67,950; xml: 8,221; asm: 5,551; sh: 3,239; makefile: 1,968; cpp: 190; java: 116
file content (21 lines) | stat: -rw-r--r-- 735 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
This example was originally developed by Sylvain Ageneau. Integration
with the current ECL done by Evrim Ulu and Daniel KochmaƄski.

Original location of this this example is:
http://github.com/ageneau/ecl-android

Instructions:
$ ln -s {$ECL_ANDROID_DIR} ecl-android
$ ln -s ${ECL_LIB_DIR} ecl-libdir
$ android update project -t android-10 -p .
$ ndk-build
$ ant debug install

Where ECL_ANDROID_DIR contains a prefix to the directory where you
installed cross-compiled ECL and the ECL_LIB_DIR contains path to the
directory with ECL intern files in the lib/ dir. Example:

$ export ECL_ANDROID_DIR=../../ecl-android
$ export ECL_LIB_DIR=../../ecl-android/lib/ecl-16.1.0

Please direct further questions to ecl-devel@common-lisp.net