https://github.com/benoitc/build-android
https://github.com/benoitc/build-android
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/benoitc/build-android
- Owner: benoitc
- Created: 2012-08-20T23:31:28.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-08-21T17:13:14.000Z (over 13 years ago)
- Last Synced: 2025-03-17T11:52:30.093Z (12 months ago)
- Language: Shell
- Size: 141 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# toolchain to build couchdb/rcouch on android
Toolchain replacing the couchbase one to build couchdb and rcouch on
android.
This toolchain allows to use android-sdk/android-ndk on all the platform
supported by the Android tookchain and bump the erlang version to
R15b01. It is also building spidermonkey 1.8.5 .
## REQUIREMENTS
- Android NDK r8
- Android SDK 8
## Setup environment
Get the sources and install somewhere the android sdk and ndk and edit
the variables `ANDROID_NDK_ROOT` and `ANDROID_SDK_ROOT` in
`support/build_libs.sh` to point to them.
> TODO: make this part automatic
## Build libs
$ cd build-android
$ ./support/build_libs.sh