X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=doc%2Freadme-qt.rst;h=955bcfa54448384c96ebc82412e58420fb31feb1;hp=73be0c8fb13ba05e02e9db126d5e6d6dac3e5451;hb=1c7ed42093c5935e3958584ed98a2b03466a0023;hpb=2e8cbdc74596f09c70049966a4686c2a1507f200 diff --git a/doc/readme-qt.rst b/doc/readme-qt.rst index 73be0c8..955bcfa 100644 --- a/doc/readme-qt.rst +++ b/doc/readme-qt.rst @@ -26,7 +26,7 @@ for Ubuntu >= 12.04 (please read the 'Berkely DB version warning' below): 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 libdb++-dev libminiupnpc-dev + libssl-dev libdb++-dev then execute the following: @@ -71,7 +71,7 @@ Mac OS X :: sudo port selfupdate - sudo port install boost db48 miniupnpc + sudo port install boost db48 - Open the .pro file in Qt Creator and build as normal (cmd-B) @@ -118,30 +118,6 @@ If you're using clang compiler then you need to unroll macroses before compiling No additional external dependencies required. Note that only x86, x86_64 and ARM processors are supported. -UPNnP port forwarding ---------------------- - -To use UPnP for port forwarding behind a NAT router (recommended, as more connections overall allow for a faster and more stable novacoin experience), pass the following argument to qmake: - -:: - - qmake "USE_UPNP=1" - -(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. - -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=1 | build with UPnP support turned on by default at runtime. | -+------------+--------------------------------------------------------------------------+ - Notification support for recent (k)ubuntu versions ---------------------------------------------------