Dear Wiki user, You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for change notification.
The "Installing_on_Android" page has been changed by MattAdams. http://wiki.apache.org/couchdb/Installing_on_Android?action=diff&rev1=13&rev2=14 -------------------------------------------------- The following instructions are based on the Fennec instructions [[https://wiki.mozilla.org/Mobile/Fennec/Android#JS.2FNSPR_only|for building JS/NSPR only]]. I also used [[http://ftp.mozilla.org/pub/mozilla.org/mobile/source/android-ndk-r4c-0moz3.tar.bz2|their Android NDK package]] for the builds. + You can probably skip NSPR; I am not sure that it is really needed. + == NSPR == {{{ @@ -121, +123 @@ rm config.cache autoconf2.13 - LDFLAGS=-L$ANDROID_NDK/build/prebuilt/linux-x86/arm-eabi-4.4.0/arm-eabi/lib \ ./configure \ --target=arm-android-eabi \ --with-android-ndk=$ANDROID_NDK \ @@ -190, +191 @@ ./bootstrap - # "Fix" configure so that it thinks that libmozjs.a is cool - # (This isn't being used and can be removed -- I could not get it to work) - #patch -p1 < ../couchdb2.patch - source $HOME/software/android/scripts/env ANDROID_SDK=$HOME/software/android/sdk @@ -322, +319 @@ -licuuc \ -licudata \ -licui18n \ - -L/home/matt/projects/couch/android-build/otp_rel/erts-5.7.5/bin \ + -L$HOME/projects/couch/android-build/otp_rel/erts-5.7.5/bin \ -lbeam ##
