diff options
Diffstat (limited to 'doc/build-osx.txt')
-rw-r--r-- | doc/build-osx.txt | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/doc/build-osx.txt b/doc/build-osx.txt index 800244153a..2ae77067fc 100644 --- a/doc/build-osx.txt +++ b/doc/build-osx.txt @@ -1,4 +1,4 @@ -Copyright (c) 2011 Bitcoin Developers +Copyright (c) 2009-2012 Bitcoin Developers Distributed under the MIT/X11 software license, see the accompanying file license.txt or http://www.opensource.org/licenses/mit-license.php. This product includes software developed by the OpenSSL Project for use in the @@ -36,12 +36,10 @@ git clone git@github.com:bitcoin/bitcoin.git bitcoin 3. Install dependencies from MacPorts -sudo port install boost db48 openssl +sudo port install boost db48 openssl miniupnpc -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). +Optionally install qrencode (and set USE_QRCODE=1): +sudo port install qrencode 4. Now you should be able to build bitcoind: |