diff options
author | 2013-09-22 05:27:15 +0000 | |
---|---|---|
committer | 2013-09-22 01:43:28 -0400 | |
commit | 17617d04cefcce357616144bc7c60d972e5d8ae0 (patch) | |
tree | 3d2aceecfd5daef3c531131570e0257581287e2b /doc/install | |
parent | f522b2a4e778f07c82d10bf7477e69b35a7191f8 (diff) |
refresh haskell package patches for new android build
Android build is now almost entirely automated, except for the installation
of cross-built libs needed for XMPP.
Haskell packages updated to current newest versions. Am not currently
pinning the versions, as that didn't work out last time I tried it
(must have missed some pins before).
Diffstat (limited to 'doc/install')
-rw-r--r-- | doc/install/Android.mdwn | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/install/Android.mdwn b/doc/install/Android.mdwn index 6b2cb3a53..da5f6a645 100644 --- a/doc/install/Android.mdwn +++ b/doc/install/Android.mdwn @@ -22,11 +22,14 @@ of Bath CS department. git-annex can be built for Android, with `make android`. It's not an easy process: -* First, install <https://github.com/neurocyte/ghc-android>. +* First, install <https://github.com/joeyh/ghc-android>. + The easiest way is to follow the instructions at the end of its README.md + to install in a Debian stable chroot. +* In git-annex's `standalone/android/` directory, run + `./install-haskell-packages native && ./install-haskell-packages cross` * You will need to have the Android SDK and NDK installed; see `standalone/android/Makefile` to configure the paths to them. You'll also need ant, and the JDK. -* In `standalone/android/`, run `install-haskell-packages native` * You also need to install git and all the utilities listed on [[fromscratch]], on the system doing the building. * Then to build the full Android app bundle, use `make androidapp` |