X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=doc%2Freadme-qt.rst;h=955bcfa54448384c96ebc82412e58420fb31feb1;hb=1c7ed42093c5935e3958584ed98a2b03466a0023;hp=e7abfa990d5400b58af753d65412be9db7aa1959;hpb=ec65f3207858121775b8f44f30ab45f4a1f1d800;p=novacoin.git diff --git a/doc/readme-qt.rst b/doc/readme-qt.rst index e7abfa9..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 --------------------------------------------------- @@ -155,16 +131,8 @@ FreeDesktop notification interface through DBUS using the following qmake option Generation of QR codes ----------------------- -libqrencode may be used to generate QRCode images for payment requests. -It can be downloaded from http://fukuchi.org/works/qrencode/index.html.en, or installed via your package manager. Pass the USE_QRCODE -flag to qmake to control this: - -+--------------+--------------------------------------------------------------------------+ -| USE_QRCODE=0 | (the default) No QRCode support - libarcode not required | -+--------------+--------------------------------------------------------------------------+ -| USE_QRCODE=1 | QRCode support enabled | -+--------------+--------------------------------------------------------------------------+ - +libqrencode is used to generate QRCode images for payment requests. +It can be downloaded from http://fukuchi.org/works/qrencode/index.html.en, or installed via your package manager. Berkely DB version warning ==========================