mpc is a command-line client for the Music Player Daemon <http://www.musicpd.org/>
__.
You need:
Meson 0.47 <http://mesonbuild.com/>
and Ninja <https://ninja-build.org/>
Run meson
:
meson . output
Compile and install::
ninja -C output ninja -C output install
Read mpc's manual page for usage instructions.
If you want to be able to tab-complete the commands for mpc, you can copy the
contents of mpc-bashrc to your own ~/.bashrc
.
Home page and download <http://www.musicpd.org/clients/mpc/>
__git repository <https://github.com/MusicPlayerDaemon/mpc/>
__Bug tracker <https://github.com/MusicPlayerDaemon/mpc/issues>
__Forum <http://forum.musicpd.org/>
__