-
Notifications
You must be signed in to change notification settings - Fork 1
Installation instructions for Ubuntu
Christopher Moore edited this page Jan 17, 2019
·
3 revisions
Install Go version 1.10.
Building requirements for glyff are Go and C++ compilers, openssl, libgmp3-dev, libprocps4 and boost:
sudo apt-get install build-essential cmake git libgmp3-dev libprocps4-dev \
python-markdown libboost-all-dev libssl-dev Clone the repository to a directory of your choosing:
git clone https://github.com/glyff/glyff-nodeFinally, build the glyff program using the following command.
cd glyff-node
make glyffYou can now run build/bin/glyff to start your node.