Skip to content

Installation Instructions for Ubuntu

Yang LIU edited this page Aug 10, 2021 · 5 revisions

Building from source

Building Getrue (command line client)

Clone the repository to a directory of your choosing:

git clone https://github.com/truechain/truechain-engineering-code

Install latest distribution of Go if you don't have it already.

Building getrue requires Go and C compilers to be installed:

sudo apt-get install -y build-essential

Checkout the lasted release branch:

cd truechain-engineering-code
git checkout release/2.1

Finally, build the getrue program using the following command.

make getrue

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