Next: Tarballs integrity check, Previous: Prepared tarballs, Up: Installation
Development source contains the latest version of the code. It may be buggy. It does not contain compiled documentation and dependent libraries source code. Because of that it is not recommended for porters.
You can obtain it by cloning Git repository:
git clone https://github.com/stargrave/govpn.git
.
src
directory has makefile that will download necessary dependent
library versions.
Also there is mirror of dependent libraries for safety if their native repositories will be unavailable (they are seldom updated):
Software/library | Mirror |
---|---|
govpn | git://git.cypherpunks.ru/govpn.git |
golang.org/x/crypto | git://git.cypherpunks.ru/crypto.git |
github.com/agl/ed25519 | git://git.cypherpunks.ru/ed25519.git |