diff options
| author | Gavin Andresen <[email protected]> | 2011-10-24 11:29:57 -0700 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2011-10-24 11:29:57 -0700 |
| commit | f9f289aba52c0a7b3453622604bbcb5293c96bb6 (patch) | |
| tree | 9a54ffbbb669e24e2102f651860ae1421b379c33 /doc | |
| parent | Merge pull request #586 from cjdelisle/hardening-bug-workaround (diff) | |
| parent | Make build work on Mac OS X 10.7 Lion (diff) | |
| download | discoin-f9f289aba52c0a7b3453622604bbcb5293c96bb6.tar.xz discoin-f9f289aba52c0a7b3453622604bbcb5293c96bb6.zip | |
Merge pull request #584 from kwaaak/master
Make build work on Mac OS X 10.7 Lion
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/build-osx.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/build-osx.txt b/doc/build-osx.txt index a13f8d3ad..800244153 100644 --- a/doc/build-osx.txt +++ b/doc/build-osx.txt @@ -31,6 +31,9 @@ git clone [email protected]:bitcoin/bitcoin.git bitcoin 2. Download and install MacPorts from http://www.macports.org/ +2a. (for 10.7 Lion) + Edit /opt/local/etc/macports/macports.conf and uncomment "build_arch i386" + 3. Install dependencies from MacPorts sudo port install boost db48 openssl |