aboutsummaryrefslogtreecommitdiff
path: root/doc/install/Android.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-05-08 16:18:27 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-05-08 16:18:27 -0400
commit081e9f86a2bbd6e9b03ee2c461d013e37d14302c (patch)
treeed5b635421d58d910b5d879cd990b5924e9582fe /doc/install/Android.mdwn
parentb958da11dee6f512e1e525cad21e0b2fc9414c6d (diff)
update
Diffstat (limited to 'doc/install/Android.mdwn')
-rw-r--r--doc/install/Android.mdwn8
1 files changed, 3 insertions, 5 deletions
diff --git a/doc/install/Android.mdwn b/doc/install/Android.mdwn
index 2a95f3c42..dbaa58fe8 100644
--- a/doc/install/Android.mdwn
+++ b/doc/install/Android.mdwn
@@ -22,12 +22,10 @@ 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.
+* In `standalone/android/`, run `install-haskell-packages native; install-haskell-packages`
+* 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`