diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2011-10-02 10:47:23 +0300 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2011-10-02 10:47:23 +0300 |
commit | ba2db7262bec34d45c75c6842c3a1c0cfaba893e (patch) | |
tree | 8883cde518fbc8cf09a0bd73553016413d6594cd /doc/readme-qt.rst | |
parent | 5d3083c3fbd3ab4999bb01e4987920d91e78fb7c (diff) |
Edited doc/readme-qt.rst via GitHub
Diffstat (limited to 'doc/readme-qt.rst')
-rw-r--r-- | doc/readme-qt.rst | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/readme-qt.rst b/doc/readme-qt.rst index b12aa30904..b7f0d2c1f8 100644 --- a/doc/readme-qt.rst +++ b/doc/readme-qt.rst @@ -119,13 +119,13 @@ http://miniupnp.tuxfamily.org/files/. UPnP support is not compiled in by defaul Set USE_UPNP to a different value to control this: -+------------+--------------------------------------------------------------+ -| USE_UPNP= | (the default) no UPnP support, miniupnpc not required; | -+------------+--------------------------------------------------------------+ -| USE_UPNP=0 | UPnP support turned off by default at runtime; | -+------------+--------------------------------------------------------------+ -| USE_UPNP=1 | UPnP support turned on by default at runtime. | -+------------+--------------------------------------------------------------+ ++------------+--------------------------------------------------------------------------+ +| 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=1 | build with UPnP support turned on by default at runtime. | ++------------+--------------------------------------------------------------------------+ Mac OS X users: miniupnpc is currently outdated on MacPorts. An updated Portfile is provided in contrib/miniupnpc within this project. You can execute the following commands in a terminal to install it: |