-
Notifications
You must be signed in to change notification settings - Fork 80
Installation Instructions for Centos
Yang LIU edited this page Aug 10, 2021
·
4 revisions
Clone the repository to a directory of your choosing:
git clone https://github.com/truechain/truechain-engineering-codeInstall latest distribution of Go if you don't have it already.
Building getrue requires Go and C compilers to be installed:
yum install -y build-essentialFinally, build the getrue program using the following command.
cd truechain-engineering-code
git checkout release/2.1
make getrueYou can now run build/bin/getrue to start your node.