X-Git-Url: https://git.tokkee.org/?p=ncmpc.git;a=blobdiff_plain;f=README.rst;h=4cc7da39ec72e1d5dd30506b4e4ebc00a4ca74c2;hp=44caf82bd9215352c73e3f7f5a1aaf450bfec47c;hb=HEAD;hpb=79c24102ce8857ca4402c6a0b1f0c9d2e2dc24fe diff --git a/README.rst b/README.rst index 44caf82..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 @@ -17,25 +32,18 @@ Usage ncmpc connects to a MPD running on a machine on the local network. By default, ncmpc connects to localhost:6600. This can be changed either at compile-time, or by exporting the MPD_HOST and -MPD_PORT environment variables, or by the command line options `--host` -and `--port`:: +MPD_PORT environment variables, or by the command line options ``--host`` +and ``--port``:: ncmpc --host=musicserver --port=44000 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: - http://bugs.musicpd.org/ +Links +----- -Forum: - http://forum.musicpd.org/ +- `Home page and download `__ +- `git repository `__ +- `Bug tracker `__ +- `Forum `__