-
Notifications
You must be signed in to change notification settings - Fork 24
Configuration used presently
Mark Johnson edited this page Mar 7, 2018
·
25 revisions
--> 'Spatialite with Rasterlite2'
Project to create the libjsqlite.so, based on Spatialite 4.4.0-rc 1 (2016-12-10)
-
android-ndk-r9c
was used to compile this project properly -
geos-3.6.1
from 2016-12-24 -
proj4-3.9.3
from 2016-09-02 -
rttopo 1.1.0-dev
from 2016-12-20 -
in the
archive
directory there is a-
20170118.libjsqlite.4.4.0.tar.bz2
- 11.4 MB'- with the compiled versions of
libjsqlite.so
for-
armeabi
,armeabi-v7a
andx86
-
- with the compiled versions of
-
Configuration used presently [2017-01-18]:
- 'Android_4.4.0.mk - for Spatialite 4.4.0-dev'
- Application.mk
armeabi armeabi-v7a x86
wget https://raw.github.com/geopaparazzi/libjsqlite-spatialite-android/master/archive/20170118.libjsqlite.4.4.0.tar.bz2
-
'Android_R4.4.0.mk - based on Spatialite 4.4.0-rc 1, with Rasterlite2'
- status 2017-01-18:
-
sqlite
compiled version 3.8.10.2 -
armeabi
compiled and linked (with-mfpu=neon
) -
armeabi-v7a
: compiled and linked (with-mfpu=neon
) -
X86
compiled and linked (without-mfpu=neon
)-
pixman-0.32.4.mk
andlibwebp-0.4.0.mk
-
NEON / SIMD
- specific code must be excluded
-
-
-
- status 2017-01-18:
-
in the
archive
directory there is a archive with the compile library’s:
wget https://raw.github.com/geopaparazzi/libjsqlite-spatialite-android/master/archive/20170118.libjsqlite.R4.4.0.tar.bz2
2017-01-20: Mark Johnson, Berlin Germany