Skip to content
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.

Prerequisites

Install dependencies (homebrew)

brew install boost --c++11  # this takes awhile
brew install qt5 cryptopp miniupnpc leveldb gmp

Compiling

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.

Clone this wiki locally