From 00a520a4c35fa07552b2bf0965e41cde791ca1db Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 26 Feb 2021 00:58:49 +0100 Subject: [PATCH] doc/user.rst: update Windows&Android build dependencies Closes https://github.com/MusicPlayerDaemon/MPD/issues/1112 --- doc/user.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/doc/user.rst b/doc/user.rst index e21b07d36..fe4825a4d 100644 --- a/doc/user.rst +++ b/doc/user.rst @@ -141,6 +141,15 @@ Basically, there are two ways to compile :program:`MPD` for Windows: This section is about the latter. +You need: + +* `mingw-w64 `__ +* `Meson 0.49.0 `__ and `Ninja + `__ +* cmake +* pkg-config +* quilt + Just like with the native build, unpack the :program:`MPD` source tarball and change into the directory. Then, instead of :program:`meson`, type: @@ -168,6 +177,11 @@ You need: * Android SDK * `Android NDK r22 `_ +* `Meson 0.49.0 `__ and `Ninja + `__ +* cmake +* pkg-config +* quilt Just like with the native build, unpack the :program:`MPD` source tarball and change into the directory. Then, instead of