|
a/doc/upmpdcli.txt |
|
b/doc/upmpdcli.txt |
|
... |
|
... |
84 |
|
84 |
|
85 |
[[upmpdcli.building]]
|
85 |
[[upmpdcli.building]]
|
86 |
== Building
|
86 |
== Building
|
87 |
|
87 |
|
88 |
For building from source, you will need a recent `C++` compiler (`C++11`),
|
88 |
For building from source, you will need a recent `C++` compiler (`C++11`),
|
89 |
and the development packages for *libupnp* version 1.6, and *libmpdclient*.
|
89 |
and the development packages for *libupnp* version 1.6, *libmpdclient*, and
|
|
|
90 |
*libexpat*.
|
90 |
|
91 |
|
91 |
If you are using the source from Github, you will also need the
|
92 |
If you are using the source from Github, you will also need the
|
92 |
autoconf/automake/libtool trio. Use the `autogen.sh` script to set things
|
93 |
autoconf/automake/libtool trio. Use the `autogen.sh` script to set things
|
93 |
up.
|
94 |
up.
|
94 |
|
95 |
|