aboutsummaryrefslogtreecommitdiff
path: root/doc/readme-qt.rst
diff options
context:
space:
mode:
authorp2k <patrick.p2k.schneider@gmail.com>2012-01-19 21:45:49 +0100
committerGavin Andresen <gavinandresen@gmail.com>2012-02-06 09:33:12 -0500
commitf118b5fc5d4376bb314687d8d272e39bb95f8291 (patch)
tree68e6485a887536ff6834eaf2ef9610e917214aaa /doc/readme-qt.rst
parentf69b82e78a16ea2ab124663414e6b2902b1b05e0 (diff)
downloadbitcoin-f118b5fc5d4376bb314687d8d272e39bb95f8291.tar.xz
miniupnpc Porfile removed; new and improved macdeployqtplus
* My patch for miniupnpc has made it into the latest MacPorts release: https://trac.macports.org/ticket/31354 * Documentation has been changed appropriately * New pure-Python macdeployqt; leverages all problems with the stock macdeployqt
Diffstat (limited to 'doc/readme-qt.rst')
-rw-r--r--doc/readme-qt.rst10
1 files changed, 1 insertions, 9 deletions
diff --git a/doc/readme-qt.rst b/doc/readme-qt.rst
index 090177321e..8fce96bb07 100644
--- a/doc/readme-qt.rst
+++ b/doc/readme-qt.rst
@@ -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
---------------------------------------------------