1mpc
2===
3
4mpc is a command-line client for the `Music Player Daemon
5<http://www.musicpd.org/>`__.
6
7
8Installing mpc from source
9--------------------------
10
11You need:
12
13- a C99 compliant compiler (e.g. gcc)
14- libmpdclient 2.9
15- `Meson 0.47 <http://mesonbuild.com/>`__ and `Ninja <https://ninja-build.org/>`__
16
17Run ``meson``:
18
19 meson . output
20
21Compile and install::
22
23 ninja -C output
24 ninja -C output install
25
26
27Using mpc
28---------
29
30Read mpc's manual page for usage instructions.
31
32
33Bash-completion
34---------------
35
36If you want to be able to tab-complete the commands for mpc, you can copy the
37contents of mpc-bashrc to your own ``~/.bashrc``.
38
39
40Links
41-----
42
43- `Home page and download <http://www.musicpd.org/clients/mpc/>`__
44- `git repository <https://github.com/MusicPlayerDaemon/mpc/>`__
45- `Bug tracker <https://github.com/MusicPlayerDaemon/mpc/issues>`__
46- `Forum <http://forum.musicpd.org/>`__
47