Skip to content

Installation Instructions for Mac

riverwind-super edited this page Nov 16, 2018 · 2 revisions

Installation Instructions for Mac

Installing with Homebrew

coming soon! :-)

Building from source

Building Gero (command line client)

Clone the repository to a directory of your choosing:

git clone https://github.com/sero-cash/go-sero

Building gero requires the Go compiler:

brew install go

install c++ compiler and boost library

Finally, build the gero program using the following command.

cd go-sero
make gero

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/gero to start your node.

Clone this wiki locally