Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 933 Bytes

README.rst

File metadata and controls

40 lines (25 loc) · 933 Bytes

libmpdclient

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.

Installing from source

You need:

Run meson:

meson setup output

Compile and install:

ninja -C output
ninja -C output install