|
a/doc/upmpdcli.html |
|
b/doc/upmpdcli.html |
|
... |
|
... |
917 |
</div>
|
917 |
</div>
|
918 |
<div class="sect1">
|
918 |
<div class="sect1">
|
919 |
<h2 id="upmpdcli.building">Building</h2>
|
919 |
<h2 id="upmpdcli.building">Building</h2>
|
920 |
<div class="sectionbody">
|
920 |
<div class="sectionbody">
|
921 |
<div class="paragraph"><p>For building from source, you will need a recent <tt>C++</tt> compiler (<tt>C++11</tt>),
|
921 |
<div class="paragraph"><p>For building from source, you will need a recent <tt>C++</tt> compiler (<tt>C++11</tt>),
|
922 |
and the development packages for <strong>libupnp</strong> version 1.6, <strong>libmpdclient</strong>, and
|
922 |
and the development packages for <strong>libupnp</strong> version 1.6, <strong>libcurl</strong>,
|
923 |
<strong>libexpat</strong>.</p></div>
|
923 |
<strong>libmpdclient</strong>, and <strong>libexpat</strong>.</p></div>
|
924 |
<div class="paragraph"><p>If you are using the source from Github, you will also need the
|
924 |
<div class="paragraph"><p>If you are using the source from Github, you will also need the
|
925 |
autoconf/automake/libtool trio. Use the <tt>autogen.sh</tt> script to set things
|
925 |
autoconf/automake/libtool trio. Use the <tt>autogen.sh</tt> script to set things
|
926 |
up.</p></div>
|
926 |
up.</p></div>
|
|
|
927 |
<div class="paragraph"><p>The libupnpp library, which used to be part of upmpdcli, has been
|
|
|
928 |
separated, and you need to build this first.</p></div>
|
|
|
929 |
<div class="paragraph"><p>So you need to either clone two github repositories:
|
|
|
930 |
<a href="https://github.com/medoc92/libupnpp">https://github.com/medoc92/libupnpp</a> and
|
|
|
931 |
<a href="https://github.com/medoc92/upmpdcli">https://github.com/medoc92/upmpdcli</a>,
|
|
|
932 |
or download the corresponding release tar files from the the
|
|
|
933 |
<a href="downloads/">download area</a></p></div>
|
927 |
<div class="paragraph"><p>Otherwise, the procedure is standard and there are currently no specific
|
934 |
<div class="paragraph"><p>Once the source is extracted, the procedure is standard and there are
|
928 |
configure options:</p></div>
|
935 |
currently no specific configure options:</p></div>
|
929 |
<div class="literalblock">
|
936 |
<div class="literalblock">
|
930 |
<div class="content">
|
937 |
<div class="content">
|
931 |
<pre><tt>configure --prefix=/usr
|
938 |
<pre><tt>configure --prefix=/usr
|
932 |
make
|
939 |
make
|
933 |
sudo make install</tt></pre>
|
940 |
sudo make install</tt></pre>
|
934 |
</div></div>
|
941 |
</div></div>
|
|
|
942 |
<div class="paragraph"><p>Which you should apply first to the libupnpp source, then to upmpdcli.</p></div>
|
935 |
</div>
|
943 |
</div>
|
936 |
</div>
|
944 |
</div>
|
937 |
</div>
|
945 |
</div>
|
938 |
<div id="footnotes"><hr /></div>
|
946 |
<div id="footnotes"><hr /></div>
|
939 |
<div id="footer">
|
947 |
<div id="footer">
|
940 |
<div id="footer-text">
|
948 |
<div id="footer-text">
|
941 |
Last updated 2014-10-06 18:25:27 CEST
|
949 |
Last updated 2014-10-13 21:15:17 CEST
|
942 |
</div>
|
950 |
</div>
|
943 |
</div>
|
951 |
</div>
|
944 |
</body>
|
952 |
</body>
|
945 |
</html>
|
953 |
</html>
|