X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=README.rst;h=4cc7da39ec72e1d5dd30506b4e4ebc00a4ca74c2;hb=72cd413676f7aad18c9b99b8344281048463b1ea;hp=7cd32e5d8acf9a1aa555a5f30fb8720a4ab74f80;hpb=b8b6566e158e0d169c77da22e4ca3a8ab1f03ae4;p=ncmpc.git diff --git a/README.rst b/README.rst index 7cd32e5..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 @@ -25,17 +40,10 @@ and ``--port``:: For more information please view ncmpc's manual page. -Web Page, Forums and Bug Reports --------------------------------- - -Home page and download: - http://www.musicpd.org/clients/ncmpc/ - -MPD's home page: - http://www.musicpd.org/ - -Bug tracker: - https://github.com/MusicPlayerDaemon/ncmpc/issues +Links +----- -Forum: - http://forum.musicpd.org/ +- `Home page and download `__ +- `git repository `__ +- `Bug tracker `__ +- `Forum `__