Switch to unified view

a/doc/install.txt b/doc/install.txt
...
...
7
- The Qt libraries development packages, including QtWebkit and QtNetwork.
7
- The Qt libraries development packages, including QtWebkit and QtNetwork.
8
- qmake.
8
- qmake.
9
- The development packages for libupnp version 1.6 (beware that the package
9
- The development packages for libupnp version 1.6 (beware that the package
10
  is named libupnp6 on Debian and Ubuntu 14.04, but it was libupnp3 on
10
  is named libupnp6 on Debian and Ubuntu 14.04, but it was libupnp3 on
11
  Ubuntu 12.04), libcurl, and libexpat.
11
  Ubuntu 12.04), libcurl, and libexpat.
12
- Only for building from github source: the autotools (autoconf, automake,
12
- Only for building from git source: the autotools (autoconf, automake,
13
  libtool). 
13
  libtool). 
14
14
15
You need to download the release tar files for
15
You need to download the release tar files for
16
http://www.lesbonscomptes.com/upmpdcli/downloads.html[libupnpp] and
16
http://www.lesbonscomptes.com/upmpdcli/downloads.html[libupnpp] and
17
link:downloads.html[upplay], or clone the git repositories: 
17
link:downloads.html[upplay], or clone the git repositories:
18
https://github.com/medoc92/libupnpp[libupnpp],
18
https://opensourceprojects.eu/p/libupnpp[libupnpp],
19
https://github.com/medoc92/upplay[upplay].
19
https://opensourceprojects.eu/p/upplay[upplay].
20
20
21
=== Building
21
=== Building
22
22
23
Extract the source for libupnpp and upplay, use the following procedures to
23
Extract the source for libupnpp and upplay, use the following procedures to
24
build the two packages:
24
build the two packages:
...
...
37
    sudo make install
37
    sudo make install
38
38
39
And you should now be able to _upplay_ 
39
And you should now be able to _upplay_ 
40
40
41
The above examples are for source extracted from tar release files. For
41
The above examples are for source extracted from tar release files. For
42
github source, you need to adjust the names of the top directories, and use
42
git source, you need to adjust the names of the top directories, and use
43
the following command before the libupnpp 'configure':
43
the following command before the libupnpp 'configure':
44
  
44
  
45
    sh autogen.sh
45
    sh autogen.sh