Last change
on this file since 14427 was 14427, checked in by glperez, 12 years ago |
CHG: Install directory of libraries for Android build moved.
|
-
Property svn:executable
set to
*
|
File size:
490 bytes
|
Line | |
---|
1 | #!/bin/sh
|
---|
2 |
|
---|
3 | ./configure \
|
---|
4 | --prefix=$ISSM_DIR\
|
---|
5 | --libdir=$ISSM_DIR/src/mobile/android/libs/armeabi\
|
---|
6 | --build="i386-apple-darwin10.8.0"\
|
---|
7 | --host="arm-linux-androideabi"\
|
---|
8 | --enable-shared\
|
---|
9 | --with-android=jni\
|
---|
10 | --with-android-ndk=$ISSM_DIR/externalpackages/android/android-ndk/install\
|
---|
11 | --without-fortran\
|
---|
12 | --without-wrappers\
|
---|
13 | --without-kriging\
|
---|
14 | --with-gsl-dir=$ISSM_DIR/externalpackages/gsl/install\
|
---|
15 | --with-triangle-dir=$ISSM_DIR/externalpackages/triangle/install\
|
---|
Note:
See
TracBrowser
for help on using the repository browser.