Building - neilalexander/sigmavpn GitHub Wiki
In order to build SigmaVPN, you will need to download the sources, and then compile them using the provided build script.
The build script requires the following:
gcc
,binutils
and friendsbash
(may produce syntax errors with other shells; if this is the case, substitutesh
withbash
in the instructions below)libsodium
Clone the git repository from Google Code
git clone https://github.com/neilalexander/sigmavpn.git
cd sigmavpn
Use make to build the source:
make
Install to the system directories:
sudo make install