diff --git a/doc/user.xml b/doc/user.xml index feab01cc6..1636914ef 100644 --- a/doc/user.xml +++ b/doc/user.xml @@ -265,6 +265,52 @@ apt-get install g++ \ script. + +
+ Compiling for Android + + + MPD can be compiled as an Android app. It can be installed + easily with Google + Play, but if you want to build it from source, follow + this section. + + + + You need: + + + + + + Android SDK + + + + + + Android + NDK + + + + + + Just like with the native build, unpack the + MPD source tarball and change + into the directory. Then, instead of + ./configure, type: + + + ./android/build.py SDK_PATH NDK_PATH +make android/build/mpd-debug.apk + + + This downloads various library sources, and then configures + and builds MPD. + +