Skip to content

Installation Instructions for Mac OS X

zhaojun-sh edited this page Dec 20, 2018 · 1 revision

Building for Mac OS X

Recommended Use Homebrew tap to build dcrm-go. If you don't have Homebrew, install it first, run the command in the terminal:

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

Building gdcrm requires the Go compiler:

brew install go

Clone the repository to a directory of your choosing:

git clone https://github.com/FUSIONFoundation/dcrm-go yourworkspace/dcrm-go

Finally, build the gdcrm program using the following command.

cd dcrm-go
make gdcrm

You can now run build/bin/gdcrm to start your node.