-
Notifications
You must be signed in to change notification settings - Fork 77
Building
Guangming Li edited this page Aug 29, 2018
·
2 revisions
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,binutilsand friends -
bash(may produce syntax errors with other shells; if this is the case, substituteshwithbashin 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