• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

build/H31-Oct-2019-12292

contrib/H31-Oct-2019-151111

doc/H03-May-2022-757330

src/H31-Oct-2019-5,8043,622

test/H31-Oct-2019-164140

.gitignoreH A D31-Oct-201921 53

.travis.ymlH A D31-Oct-2019290 1712

AUTHORSH A D31-Oct-2019563 1714

COPYINGH A D31-Oct-201917.6 KiB340281

NEWSH A D31-Oct-20197.5 KiB237203

README.rstH A D31-Oct-2019892 4728

meson.buildH A D03-May-20222.6 KiB134113

README.rst

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