diff options
author | Joey Hess <joey@kitenet.net> | 2013-03-01 01:27:56 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-03-01 01:27:56 -0400 |
commit | 96284b4574c02463cc46b41ba25851c0146779d7 (patch) | |
tree | 32fce8d0c8ff7dd634d5061e2b0a6826de99a804 /doc | |
parent | 34268a205f8a384fed788da65cee7258095c8424 (diff) |
better build instructions
Diffstat (limited to 'doc')
-rw-r--r-- | doc/install/Android.mdwn | 25 |
1 files changed, 13 insertions, 12 deletions
diff --git a/doc/install/Android.mdwn b/doc/install/Android.mdwn index ccc9aa1ce..cd7928719 100644 --- a/doc/install/Android.mdwn +++ b/doc/install/Android.mdwn @@ -23,15 +23,16 @@ A daily build is also available. ## building it yourself -git-annex can be built for Android, with `make android`. -You need <https://github.com/neurocyte/ghc-android> installed first, -and also have to `cabal install` all necessary dependencies. This is not -yet an easy process. - -You also need to install git and all the utilities listed on [[fromscratch]]. - -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. - -Then to build the full Android app bundle, use `make androidapp` +git-annex can be built for Android, with `make android`. It's not an easy +process: + +* First, install <https://github.com/neurocyte/ghc-android>. +* You also need to install git and all the utilities listed on [[fromscratch]], + on the system doing the building. +* Use ghc-android's cabal to install all necessary dependencies. + Some packages will fail to install on Android; patches to fix them + are in `standalone/android/haskell-patches/` +* 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. +* Then to build the full Android app bundle, use `make androidapp` |