miniupnpc Porfile removed; new and improved macdeployqtplus
[novacoin.git] / doc / readme-qt.rst
index 321f9b8..8fce96b 100644 (file)
@@ -1,5 +1,5 @@
-Bitcoin-qt: Qt4 based GUI replacement for Bitcoin
-=================================================
+Bitcoin-qt: Qt4 GUI for Bitcoin
+===============================
 
 Features
 ========
@@ -92,7 +92,7 @@ Mac OS X
 ::
 
        sudo port selfupdate
-       sudo port install boost db48
+       sudo port install boost db48 miniupnpc
 
 - Open the .pro file in Qt Creator and build as normal (cmd-B)
 
@@ -127,14 +127,6 @@ Set USE_UPNP to a different value to control this:
 | 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:
-
-::
-
-       cd <location of bitcoin-qt>/contrib/miniupnpc
-       sudo port install
-
 Notification support for recent (k)ubuntu versions
 ---------------------------------------------------
 
@@ -150,7 +142,7 @@ Berkely DB version warning
 
 A warning for people using the *static binary* version of Bitcoin on a Linux/UNIX-ish system (tl;dr: **Berkely DB databases are not forward compatible**).
 
-The static binary version of Bitcoin is linked against libdb4.7 or libdb4.8 (see also `this Debian issue`_).
+The static binary version of Bitcoin is linked against libdb4.8 (see also `this Debian issue`_).
 
 Now the nasty thing is that databases from 5.X are not compatible with 4.X.