Switch to unified view

a/doc/upmpdcli.html b/doc/upmpdcli.html
...
...
962
<pre><tt># Only for git source
962
<pre><tt># Only for git source
963
sh autogen.sh</tt></pre>
963
sh autogen.sh</tt></pre>
964
</div></div>
964
</div></div>
965
<div class="literalblock">
965
<div class="literalblock">
966
<div class="content">
966
<div class="content">
967
<pre><tt>./configure --prefix=/usr
967
<pre><tt>./configure --prefix=/usr --sysconfdir=/etc
968
make
968
make
969
sudo make install</tt></pre>
969
sudo make install</tt></pre>
970
</div></div>
970
</div></div>
971
<div class="paragraph"><p>Which you should apply first to the <strong>libupnpp</strong> source, then to <strong>upmpdcli</strong>.</p></div>
971
<div class="paragraph"><p>Which you should apply first to the <strong>libupnpp</strong> source, then to <strong>upmpdcli</strong>.</p></div>
972
<div class="paragraph"><p>If you omit the <tt>--sysconfdir=/etc</tt> part, <tt>upmpdcli.conf</tt> will end up in
973
<tt>/usr/etc/</tt>, which is ok, but confusing, as package installers put it in
974
<tt>/etc/</tt></p></div>
972
</div>
975
</div>
973
</div>
976
</div>
974
</div>
977
</div>
975
<div id="footnotes"><hr /></div>
978
<div id="footnotes"><hr /></div>
976
<div id="footer">
979
<div id="footer">
977
<div id="footer-text">
980
<div id="footer-text">
978
Last updated 2015-04-26 10:03:12 CEST
981
Last updated 2015-05-05 10:32:34 CEST
979
</div>
982
</div>
980
</div>
983
</div>
981
</body>
984
</body>
982
</html>
985
</html>