The commands in this guide should be executed in a Terminal application.
The built-in one is located in /Applications/Utilities/Terminal.app.
Install the OS X command line tools:
xcode-select --install
When the popup appears, click Install.
Then install Homebrew.
# dependencies install
$ brew install automake berkeley-db4 libtool boost miniupnpc openssl pkg-config protobuf libevent- Clone the ECC source
$ git clone https://github.com/project-ecc/eccoin.git eccoin && cd eccoin-
(Temporary) Quick Fix Open the file
src/Makefile.am, findlibbitcoinconsensus_la_LIBADDappend to it$(eccoind_LDADD)(see this PR: #51) -
Build
$ ./autogen.sh
$ ./configure --disable-tests --disable-bench
$ sh share/genbuild.sh build.h src/
$ make -j4