X-Git-Url: https://git.tokkee.org/?p=ncmpc.git;a=blobdiff_plain;f=README.rst;h=4cc7da39ec72e1d5dd30506b4e4ebc00a4ca74c2;hp=12f57d1af893864f38fa5adb33102e4d22930989;hb=7bcbdaab4f17e0289758dddc268a21eb17c99369;hpb=473a0a3234f74d2f846bfd11ec4d5cde9765c4b0 diff --git a/README.rst b/README.rst index 12f57d1..4cc7da3 100644 --- a/README.rst +++ b/README.rst @@ -8,7 +8,22 @@ ncmpc is a curses client for the `Music Player Daemon How to compile and install ncmpc -------------------------------- -See the `INSTALL `__ file. +You need: + +- a C99 compliant compiler (e.g. gcc) +- libmpdclient 2.9 +- `GLib 2.30 `__ +- `ncurses `__ +- `Meson 0.37 `__ and `Ninja `__ + +Run ``meson``: + + meson . output + +Compile and install:: + + ninja -C output + ninja -C output install Usage