Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brodycj/android-sqlite-native-driver-icu
Native build of sqlite for Android-sqlite-connector with ICU (4.4l) embedded
https://github.com/brodycj/android-sqlite-native-driver-icu
Last synced: about 2 months ago
JSON representation
Native build of sqlite for Android-sqlite-connector with ICU (4.4l) embedded
- Host: GitHub
- URL: https://github.com/brodycj/android-sqlite-native-driver-icu
- Owner: brodycj
- Created: 2015-10-16T07:59:26.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-16T08:01:00.000Z (over 9 years ago)
- Last Synced: 2024-07-31T00:17:04.982Z (6 months ago)
- Language: C
- Size: 4.86 MB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Android sqlite native driver with ICU
Provides a native build of sqlite with a low-level interface for Android libraries
with ICU (4.4l) integrated.Based on: https://github.com/sulite/SQLiteGlue-ICU
License: ICU
## About
TBD
This project includes the ICU (4.4l) source and build scripts to build the sqlite
native library along with ICU 4.4l embedded. Note that this project actually references
Android-sqlite-native-driver for the JNI code in a git submodule.# Building
## First step
$ make init # include `Android-sqlite-native-driver` & `sqlite-amalgamation` subprojects
## Normal build
$ make
**IMPORTANT:** Please do `make init` first otherwise it will not build.
# Adaptations & extensions
TBD
# History
TBD
# Credits
Thanks to Kalishenko Stanislav for providing `jni` with ICU sources & `Android.mk` build scripts from `jni.zip`, as referenced by http://habrahabr.ru/post/122408/ (please use Google Translate if you do not know Russian)