better build instructions

This commit is contained in:
Joey Hess 2013-03-01 01:27:56 -04:00
parent d9459a75b0
commit f3294fb84e

View file

@ -23,15 +23,16 @@ A daily build is also available.
## building it yourself ## building it yourself
git-annex can be built for Android, with `make android`. git-annex can be built for Android, with `make android`. It's not an easy
You need <https://github.com/neurocyte/ghc-android> installed first, process:
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]]. * First, install <https://github.com/neurocyte/ghc-android>.
* 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 on the system doing the building.
`standalone/android/Makefile` to configure the paths to them. You'll also * Use ghc-android's cabal to install all necessary dependencies.
need ant, and the JDK. Some packages will fail to install on Android; patches to fix them
are in `standalone/android/haskell-patches/`
Then to build the full Android app bundle, use `make androidapp` * 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`