Build SET - Second-Earth/setchain GitHub Wiki
Installation Instructions
Follow the appropriate link below to find installation instructions for your platform.
- Installation Instructions for Mac OS X
- Installation Instructions for Windows
- Installation Instructions for Linux/Unix
Installation Instructions for Mac OS X
Building set (command line client)
Clone the repository to a directory of your choosing:
git clone https://github.com/Second-Earth/setchain
Building set
requires the Go compiler:
brew install go
Finally, build the set
program using the following command.
cd setchain
make all
You can now run build/bin/set
to start your node.
Installation Instructions for Windows
TBD
Installation Instructions for Linux/Unix
Ubuntu
Building set (command line client)
Clone the repository to a directory of your choosing:
git clone https://github.com/Second-Earth/setchain
Install latest distribution of Go if you don't have it already.
Finally, build the set
program using the following command.
cd setchain
make all
You can now run build/bin/set
to start your node.