diff options
author | p2k <patrick.p2k.schneider@gmail.com> | 2012-01-19 21:45:49 +0100 |
---|---|---|
committer | Gavin Andresen <gavinandresen@gmail.com> | 2012-02-06 09:33:12 -0500 |
commit | f118b5fc5d4376bb314687d8d272e39bb95f8291 (patch) | |
tree | 68e6485a887536ff6834eaf2ef9610e917214aaa /doc/build-osx.txt | |
parent | f69b82e78a16ea2ab124663414e6b2902b1b05e0 (diff) |
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/build-osx.txt')
-rw-r--r-- | doc/build-osx.txt | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/doc/build-osx.txt b/doc/build-osx.txt index d47febe94b..8d89745679 100644 --- a/doc/build-osx.txt +++ b/doc/build-osx.txt @@ -36,12 +36,7 @@ git clone git@github.com:bitcoin/bitcoin.git bitcoin 3. Install dependencies from MacPorts -sudo port install boost db48 openssl - -Install the right version of miniupnpc: -pushd bitcoin/contrib/minipupnpc; sudo port install; popd -(this will be unnecessary soon, you will just port install miniupnpc -along with the rest of the dependencies). +sudo port install boost db48 openssl miniupnpc Optionally install qrencode (and set USE_QRCODE=1): sudo port install qrencode |