Switch to unified view

a/doc/upmpdcli.html b/doc/upmpdcli.html
...
...
929
and the development packages for <strong>libupnp</strong> version 1.6, <strong>libcurl</strong>,
929
and the development packages for <strong>libupnp</strong> version 1.6, <strong>libcurl</strong>,
930
<strong>libmpdclient</strong>, and <strong>libexpat</strong>.</p></div>
930
<strong>libmpdclient</strong>, and <strong>libexpat</strong>.</p></div>
931
<div class="paragraph"><p>If you are using the source from Github, you will also need the
931
<div class="paragraph"><p>If you are using the source from Github, you will also need the
932
autoconf/automake/libtool trio. Use the <tt>autogen.sh</tt> script to set things
932
autoconf/automake/libtool trio. Use the <tt>autogen.sh</tt> script to set things
933
up.</p></div>
933
up.</p></div>
934
<div class="paragraph"><p>The libupnpp library, which used to be part of upmpdcli, has been
934
<div class="paragraph"><p>The <strong>libupnpp</strong> library, which used to be part of <strong>upmpdcli</strong>, has been
935
separated, and you need to build this first.</p></div>
935
separated, and you need to build it first.</p></div>
936
<div class="paragraph"><p>So you need to either clone two github repositories:
936
<div class="paragraph"><p>So you need to either clone two github repositories:
937
<a href="https://github.com/medoc92/libupnpp">https://github.com/medoc92/libupnpp</a> and
937
<a href="https://github.com/medoc92/libupnpp">https://github.com/medoc92/libupnpp</a> and
938
<a href="https://github.com/medoc92/upmpdcli">https://github.com/medoc92/upmpdcli</a>,
938
<a href="https://github.com/medoc92/upmpdcli">https://github.com/medoc92/upmpdcli</a>,
939
or download the corresponding release tar files from the the
939
or download the release tar files from the the
940
<a href="downloads/">download area</a></p></div>
940
<a href="downloads.html">download area</a></p></div>
941
<div class="paragraph"><p>Once the source is extracted, the procedure is standard and there are
941
<div class="paragraph"><p>Once the source is extracted, the procedure is standard and there are
942
currently no specific configure options:</p></div>
942
currently no specific configure options:</p></div>
943
<div class="literalblock">
944
<div class="content">
945
<pre><tt># Only for git source
946
sh autogen.sh</tt></pre>
947
</div></div>
943
<div class="literalblock">
948
<div class="literalblock">
944
<div class="content">
949
<div class="content">
945
<pre><tt>configure --prefix=/usr
950
<pre><tt>configure --prefix=/usr
946
make
951
make
947
sudo make install</tt></pre>
952
sudo make install</tt></pre>
948
</div></div>
953
</div></div>
949
<div class="paragraph"><p>Which you should apply first to the libupnpp source, then to upmpdcli.</p></div>
954
<div class="paragraph"><p>Which you should apply first to the <strong>libupnpp</strong> source, then to <strong>upmpdcli</strong>.</p></div>
950
</div>
955
</div>
951
</div>
956
</div>
952
</div>
957
</div>
953
<div id="footnotes"><hr /></div>
958
<div id="footnotes"><hr /></div>
954
<div id="footer">
959
<div id="footer">
955
<div id="footer-text">
960
<div id="footer-text">
956
Last updated 2014-11-09 16:26:25 CET
961
Last updated 2014-11-13 10:25:56 CET
957
</div>
962
</div>
958
</div>
963
</div>
959
</body>
964
</body>
960
</html>
965
</html>