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.
For the full license, see `COPYING `__.
Installing from source
----------------------
You need:
- a C99 compliant compiler (e.g. gcc)
- `Meson 0.37 `__ and `Ninja `__
Run ``meson``:
meson . output
Compile and install::
ninja -C output
ninja -C output install
Links
-----
- `Home page and download `__
- `git repository `__
- `Bug tracker `__