Switch to unified view

a/doc/install.html b/doc/install.html
...
...
759
  Ubuntu 12.04), libcurl, and libexpat.
759
  Ubuntu 12.04), libcurl, and libexpat.
760
</p>
760
</p>
761
</li>
761
</li>
762
<li>
762
<li>
763
<p>
763
<p>
764
Only for building from github source: the autotools (autoconf, automake,
764
Only for building from git source: the autotools (autoconf, automake,
765
  libtool).
765
  libtool).
766
</p>
766
</p>
767
</li>
767
</li>
768
</ul></div>
768
</ul></div>
769
<div class="paragraph"><p>You need to download the release tar files for
769
<div class="paragraph"><p>You need to download the release tar files for
770
<a href="http://www.lesbonscomptes.com/upmpdcli/downloads.html">libupnpp</a> and
770
<a href="http://www.lesbonscomptes.com/upmpdcli/downloads.html">libupnpp</a> and
771
<a href="downloads.html">upplay</a>, or clone the git repositories:
771
<a href="downloads.html">upplay</a>, or clone the git repositories:
772
<a href="https://github.com/medoc92/libupnpp">libupnpp</a>,
772
<a href="https://opensourceprojects.eu/p/libupnpp">libupnpp</a>,
773
<a href="https://github.com/medoc92/upplay">upplay</a>.</p></div>
773
<a href="https://opensourceprojects.eu/p/upplay">upplay</a>.</p></div>
774
</div>
774
</div>
775
<div class="sect2">
775
<div class="sect2">
776
<h3 id="_building">Building</h3>
776
<h3 id="_building">Building</h3>
777
<div class="paragraph"><p>Extract the source for libupnpp and upplay, use the following procedures to
777
<div class="paragraph"><p>Extract the source for libupnpp and upplay, use the following procedures to
778
build the two packages:</p></div>
778
build the two packages:</p></div>
...
...
791
qmake
791
qmake
792
sudo make install</code></pre>
792
sudo make install</code></pre>
793
</div></div>
793
</div></div>
794
<div class="paragraph"><p>And you should now be able to <em>upplay</em></p></div>
794
<div class="paragraph"><p>And you should now be able to <em>upplay</em></p></div>
795
<div class="paragraph"><p>The above examples are for source extracted from tar release files. For
795
<div class="paragraph"><p>The above examples are for source extracted from tar release files. For
796
github source, you need to adjust the names of the top directories, and use
796
git source, you need to adjust the names of the top directories, and use
797
the following command before the libupnpp <em>configure</em>:</p></div>
797
the following command before the libupnpp <em>configure</em>:</p></div>
798
<div class="literalblock">
798
<div class="literalblock">
799
<div class="content">
799
<div class="content">
800
<pre><code>sh autogen.sh</code></pre>
800
<pre><code>sh autogen.sh</code></pre>
801
</div></div>
801
</div></div>
...
...
805
</div>
805
</div>
806
<div id="footnotes"><hr /></div>
806
<div id="footnotes"><hr /></div>
807
<div id="footer">
807
<div id="footer">
808
<div id="footer-text">
808
<div id="footer-text">
809
Last updated
809
Last updated
810
 2015-02-03 23:27:13 CET
810
 2017-09-20 12:54:19 CEST
811
</div>
811
</div>
812
</div>
812
</div>
813
</body>
813
</body>
814
</html>
814
</html>