ABEYChain Docs
Search
K
Comment on page

Installation Instructions for Mac OS X

Building gabey (command line client)

Clone the repository to a directory of your choosing:
git clone https://github.com/abeychain/go-abey/
Building gabey requires the Go compiler:
brew install go
Finally, build the gabey program using the following command.
cd go-abey
git checkout release/2.0
make gabey
If you see some errors related to header files of Mac OS system library, install XCode Command Line Tools, and try again.
xcode-select --install
You can now run build/bin/gabey to start your node.