libmpdclient is a C library which implements the Music Player Daemon protocol.
The API documentation is generated during the build if you have doxygen. You may browse it online:
http://www.musicpd.org/doc/libmpdclient/
libmpdclient is released under the revised BSD License. The full license can be found in the LICENSES directory.
You need:
- a C99 compliant compiler (e.g. gcc)
- Meson 0.56 and Ninja
Run meson
:
meson setup output
Compile and install:
ninja -C output ninja -C output install