-
Notifications
You must be signed in to change notification settings - Fork 87
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
,binutils
and friends -
bash
(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