Switch to unified view

a/doc/upmpdcli.txt b/doc/upmpdcli.txt
...
...
39
computers). However it needs a specific control application.
39
computers). However it needs a specific control application.
40
40
41
*upmpdcli* lets you control your *MPD*-based players with your UPnP control
41
*upmpdcli* lets you control your *MPD*-based players with your UPnP control
42
point.
42
point.
43
43
44
== Configuration
44
[[upmpdcli.config]]
45
[[upmpdcli.config]]
45
== Configuration
46
46
47
See the man page for command line details. In most situations, *upmpdcli*
47
See the man page for command line details. In most situations, *upmpdcli*
48
will be run as follows:
48
will be run as follows:
49
49
50
    upmpdcli -D -c /etc/upmpdcli.conf
50
    upmpdcli -D -c /etc/upmpdcli.conf
...
...
88
88
89
The boot scripts are installed by the pre-built packages, so will just have
89
The boot scripts are installed by the pre-built packages, so will just have
90
to edit the configuration file after installing them, all the rest should
90
to edit the configuration file after installing them, all the rest should
91
just work.
91
just work.
92
92
93
[[upmpdcli.downloads]]
94
== Source code, packages
95
96
The source repository is on link:http://www.github.com/medoc92/upmpdcli[GitHub].
97
98
See the link:http://www.lesbonscomptes.com/upmpdcli[home page] for pointers
99
to releases and built packages.
100
101
[[upmpdcli.building]]
93
[[upmpdcli.building]]
102
== Building
94
== Building
103
95
104
For building from source, you will need a recent `C++` compiler (`C++11`),
96
For building from source, you will need a recent `C++` compiler (`C++11`),
105
and the development packages for *libupnp* version 1.6, and *libmpdclient*.
97
and the development packages for *libupnp* version 1.6, and *libmpdclient*.