File: README.rst

package info (click to toggle)
libmpdclient 2.24-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 956 kB
  • sloc: ansic: 10,710; makefile: 9
file content (40 lines) | stat: -rw-r--r-- 933 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
libmpdclient
============

libmpdclient is a C library which implements the `Music Player Daemon
<http://www.musicpd.org/>`__ 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 <LICENSES/>`__
directory.


Installing from source
----------------------

You need:

- a C99 compliant compiler (e.g. gcc)
- `Meson 0.56 <http://mesonbuild.com/>`__ and `Ninja <https://ninja-build.org/>`__

Run ``meson``:

 meson setup output

Compile and install::

 ninja -C output
 ninja -C output install


Links
-----

- `Home page and download <https://www.musicpd.org/libs/libmpdclient/>`__
- `git repository <https://github.com/MusicPlayerDaemon/libmpdclient/>`__
- `Bug tracker <https://github.com/MusicPlayerDaemon/libmpdclient/issues>`__