Code

build with Meson instead of autotools
[ncmpc.git] / README.rst
index 12f57d1af893864f38fa5adb33102e4d22930989..4cc7da39ec72e1d5dd30506b4e4ebc00a4ca74c2 100644 (file)
@@ -8,7 +8,22 @@ ncmpc is a curses client for the `Music Player Daemon
 How to compile and install ncmpc
 --------------------------------
 
-See the `INSTALL <INSTALL>`__ file.
+You need:
+
+- a C99 compliant compiler (e.g. gcc)
+- libmpdclient 2.9
+- `GLib 2.30 <https://developer.gnome.org/glib/>`__
+- `ncurses <https://www.gnu.org/software/ncurses/>`__
+- `Meson 0.37 <http://mesonbuild.com/>`__ and `Ninja <https://ninja-build.org/>`__
+
+Run ``meson``:
+
+ meson . output
+
+Compile and install::
+
+ ninja -C output
+ ninja -C output install
 
 
 Usage