diff options
author | Jeff Garzik <jgarzik@exmulti.com> | 2011-05-06 04:24:32 -0700 |
---|---|---|
committer | Jeff Garzik <jgarzik@exmulti.com> | 2011-05-06 04:24:32 -0700 |
commit | 62b427ec5532065744f9836e6a7b1676428c3434 (patch) | |
tree | b1e9df804ae701206a62d607d1c26496ada5af10 /build-unix.txt | |
parent | 5c4aeb779ff457348ab4e466ad88746c288395ac (diff) | |
parent | 894031bbd9460a802681ed338f787f3f09b79f5c (diff) |
Merge pull request #196 from amiryal/master
Improve UPNP build instructions
Diffstat (limited to 'build-unix.txt')
-rw-r--r-- | build-unix.txt | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/build-unix.txt b/build-unix.txt index d0cbc40fab..922a43bd23 100644 --- a/build-unix.txt +++ b/build-unix.txt @@ -37,9 +37,12 @@ You need to download wxWidgets from http://www.wxwidgets.org/downloads/ and build it yourself. See the build instructions and configure parameters below. -Requires miniupnpc for UPnP port mapping. To compile with UPnP support, -install miniupnpc and compile after setting USE_UPNP. It can be downloaded -from http://miniupnp.tuxfamily.org/files/. +Requires miniupnpc for UPnP port mapping. It can be downloaded from +http://miniupnp.tuxfamily.org/files/. UPnP support is compiled in and +turned off by default. Set USE_UPNP to a different value to control this: +USE_UPNP= no UPnP support, miniupnp not required; +USE_UPNP=0 (the default) UPnP support turned off by default at runtime; +USE_UPNP=1 UPnP support turned on by default at runtime. Licenses of statically linked libraries: wxWidgets LGPL 2.1 with very liberal exceptions |