Installing the qwoynd binary

The following instructions also assume that you have already completed Initial Setup.

Installation

Clone the QWOYN repository:

git clone https://github.com/cosmic-horizon/QWOYN

Change to the QWOYN directory:

cd QWOYN

Check out the genesis version:

git checkout v3.1.0

Build and install the qwoynd binary:

make install

Check to make sure the installation was successful:

qwoynd version

You should see the following:

v3.1.0

Last updated