]> Cypherpunks.ru repositories - govpn.git/blob - doc/sources.texi
[DOC] Refactoring and some info on russian
[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 not recommended for
7 porters: use @ref{Tarballs} instead.
8
9 You can obtain it by cloning Git repository and fetching dependent
10 libraries source code as git submodules:
11
12 @example
13 % git clone git://git.cypherpunks.ru/govpn.git govpn
14 % cd govpn
15 % git checkout develop
16 % git submodule update --init
17 @end example
18
19 Also there is mirror of dependent libraries for safety if their native
20 repositories will be unavailable (they are seldom updated):
21
22 @multitable @columnfractions .50 .50
23 @headitem Software/library @tab Mirror
24 @item @code{govpn} @tab @url{https://github.com/stargrave/govpn.git}
25 @item @code{golang.org/x/crypto} @tab @url{git://git.cypherpunks.ru/crypto.git}
26 @item @code{github.com/agl/ed25519} @tab @url{git://git.cypherpunks.ru/ed25519.git}
27 @item @code{github.com/bigeagle/water} @tab @url{git://git.cypherpunks.ru/water.git}
28 @end multitable