Previous: , Up: Installation  


Development source code

Development source code 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 recommended for porters to use tarballs instead.

You can obtain it and fetch dependent libraries source code as git submodules:

$ git clone git://git.cypherpunks.ru/govpn.git govpn
$ cd govpn
$ git checkout develop
$ git submodule update --init

Also there is mirror of dependent libraries for safety if their native repositories will be unavailable (they are seldom updated):

Software/libraryMirror
github.com/agl/ed25519git://git.cypherpunks.ru/ed25519.git
github.com/bigeagle/watergit://git.cypherpunks.ru/water.git
github.com/go-yaml/yamlgit://git.cypherpunks.ru/yaml.git
golang.org/x/cryptogit://git.cypherpunks.ru/crypto.git