Skip to content

Installation instructions for Ubuntu

Christopher Moore edited this page Jan 17, 2019 · 3 revisions

Building from source

Building Glyff (command line client)

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-node

Finally, build the glyff program using the following command.

cd glyff-node
make glyff

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