]> Cypherpunks.ru repositories - govpn.git/blob - doc/sources.texi
Shorten link to Git repository
[govpn.git] / doc / sources.texi
1 @node Sources
2 @section Development source code
3
4 Development source code contains the latest version of the code. It may
5 be buggy. It does not contain compiled documentation and dependent
6 libraries source code. Because of that, it is recommended for porters
7 to use @ref{Tarballs, tarballs} instead.
8
9 You can obtain it and fetch dependent libraries source code as git submodules:
10 @verbatim
11 $ git clone git://git.cypherpunks.ru/govpn.git govpn
12 $ cd govpn
13 $ git checkout develop
14 $ git submodule update --init
15 @end verbatim
16
17 Also there is mirror of dependent libraries for safety if their native
18 repositories will be unavailable (they are seldom updated):
19
20 @multitable @columnfractions .50 .50
21 @headitem Software/library @tab Mirror
22 @item @code{github.com/agl/ed25519} @tab @url{git://git.cypherpunks.ru/ed25519.git}
23 @item @code{github.com/bigeagle/water} @tab @url{git://git.cypherpunks.ru/water.git}
24 @item @code{github.com/go-yaml/yaml} @tab @url{git://git.cypherpunks.ru/yaml.git}
25 @item @code{golang.org/x/crypto} @tab @url{git://git.cypherpunks.ru/crypto.git}
26 @end multitable