]> Cypherpunks.ru repositories - govpn.git/blob - doc/sources.texi
Include dependent libraries source code in release tarballs
[govpn.git] / doc / sources.texi
1 @node Development source code
2 @section Development source code
3
4 Development source contains the latest version of the code. It may be
5 buggy. It does not contain compiled documentation and dependent
6 libraries source code. Because of that it is not recommended for porters.
7
8 You can obtain it by cloning Git repository:
9 @code{git clone https://github.com/stargrave/govpn.git}.
10 @code{src} directory has makefile that will download necessary dependent
11 library versions.
12
13 Also there is mirror of dependent libraries for safety if their native
14 repositories will be unavailable (they are seldom updated):
15
16 @multitable @columnfractions .50 .50
17 @headitem Software/library @tab Mirror
18 @item @code{govpn} @tab @url{git://git.cypherpunks.ru/govpn.git}
19 @item @code{golang.org/x/crypto} @tab @url{git://git.cypherpunks.ru/crypto.git}
20 @item @code{github.com/agl/ed25519} @tab @url{git://git.cypherpunks.ru/ed25519.git}
21 @end multitable