forked from ethereum/aleth
-
Notifications
You must be signed in to change notification settings - Fork 2
Building on MacOS
subtly edited this page Feb 12, 2014
·
10 revisions
Although Mavericks is required for compiling the app, the app has been tested to run on 10.8 and 10.9.
TODO: xcode-based build. proper linkage of cli tool.
- Latest Xcode on Mavericks (tested on 5.0.2) 5A3005
- Homebrew package manager http://brew.sh
- XQuartz http://xquartz.macosforge.org/landing/
brew install boost --c++11 # this takes awhile
brew install qt5 cryptopp miniupnpc leveldb gmp
git clone https://github.com/ethereum/cpp-ethereum.git
mkdir cpp-ethereum-build
cd cpp-ethereum-build
cmake ../cpp-ethereum
make -j6
make install
This will also install the cli tool and libs into /usr/local.