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 goFinally, build the gabey program using the following command.
cd go-abey
git checkout release/2.0
make gabeyIf you see some errors related to header files of Mac OS system library, install XCode Command Line Tools, and try again.
xcode-select --installYou can now run build/bin/gabey to start your node.
Last updated
Was this helpful?