Skip to content

Commit

Permalink
readme-qt.rst: Update Debian pkg list and UPNP defaultiness
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Tucker committed Dec 16, 2013
1 parent 3b00224 commit 5e7d9db
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions doc/readme-qt.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ distribution are installed, for Debian and Ubuntu these are:

apt-get install qt4-qmake libqt4-dev build-essential libboost-dev libboost-system-dev \
libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev \
libssl-dev libdb4.8++-dev
libssl-dev libdb++-dev libminiupnpc-dev

then execute the following:

Expand Down Expand Up @@ -78,21 +78,21 @@ To use UPnP for port forwarding behind a NAT router (recommended, as more connec

::

qmake "USE_UPNP=1"
qmake "USE_UPNP=1" # This is the default

(in **Qt Creator**, you can find the setting for additional qmake arguments under "Projects" -> "Build Settings" -> "Build Steps", then click "Details" next to **qmake**)

This requires miniupnpc for UPnP port mapping. It can be downloaded from
http://miniupnp.tuxfamily.org/files/. UPnP support is not compiled in by default.
http://miniupnp.tuxfamily.org/files/. UPnP support is compiled in by default.

Set USE_UPNP to a different value to control this:

+------------+--------------------------------------------------------------------------+
| USE_UPNP=- | no UPnP support, miniupnpc not required; |
+------------+--------------------------------------------------------------------------+
| USE_UPNP=0 | (the default) built with UPnP, support turned off by default at runtime; |
| USE_UPNP=0 | built with UPnP, support turned off by default at runtime; |
+------------+--------------------------------------------------------------------------+
| USE_UPNP=1 | build with UPnP support turned on by default at runtime. |
| USE_UPNP=1 | (the default) build with UPnP support turned on by default at runtime. |
+------------+--------------------------------------------------------------------------+

Notification support for recent (k)ubuntu versions
Expand Down

0 comments on commit 5e7d9db

Please sign in to comment.