-
Notifications
You must be signed in to change notification settings - Fork 80
Installation Instructions for Mac OS X
Yang LIU edited this page Aug 10, 2021
·
3 revisions
Clone the repository to a directory of your choosing:
git clone https://github.com/truechain/truechain-engineering-codeBuilding getrue requires the Go compiler:
brew install goFinally, build the getrue program using the following command.
cd truechain-engineering-code
git checkout release/2.1
make getrueIf 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/getrue to start your node.