Switch to unified view

a/doc/upmpdcli.txt b/doc/upmpdcli.txt
...
...
109
109
110
If you are using the source from Github, you will also need the
110
If you are using the source from Github, you will also need the
111
autoconf/automake/libtool trio. Use the `autogen.sh` script to set things
111
autoconf/automake/libtool trio. Use the `autogen.sh` script to set things
112
up.
112
up.
113
113
114
The libupnpp library, which used to be part of upmpdcli, has been
114
The *libupnpp* library, which used to be part of *upmpdcli*, has been
115
separated, and you need to build this first.
115
separated, and you need to build it first.
116
116
117
So you need to either clone two github repositories:
117
So you need to either clone two github repositories:
118
https://github.com/medoc92/libupnpp and
118
https://github.com/medoc92/libupnpp and
119
https://github.com/medoc92/upmpdcli,
119
https://github.com/medoc92/upmpdcli,
120
or download the corresponding release tar files from the the
120
or download the release tar files from the the
121
link:downloads/[download area]
121
link:downloads.html[download area]
122
122
123
Once the source is extracted, the procedure is standard and there are
123
Once the source is extracted, the procedure is standard and there are
124
currently no specific configure options:
124
currently no specific configure options:
125
126
    # Only for git source
127
    sh autogen.sh 
125
128
126
    configure --prefix=/usr
129
    configure --prefix=/usr
127
    make
130
    make
128
    sudo make install
131
    sudo make install
129
132
130
Which you should apply first to the libupnpp source, then to upmpdcli.
133
Which you should apply first to the *libupnpp* source, then to *upmpdcli*.