X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=doc%2Fsources.texi;h=f3864ef47fef546637e4611d8133c097b0e08331;hb=f071c0d59380fdc9f18455d832ce8dd116968032;hp=acecea741bf7b6cf4b9243149e0c0612fdf5e5c8;hpb=e4a24ef2859f8bf6c354e66236a7c279ae02b385;p=govpn.git diff --git a/doc/sources.texi b/doc/sources.texi index acecea7..f3864ef 100644 --- a/doc/sources.texi +++ b/doc/sources.texi @@ -1,22 +1,30 @@ -@node Development source code +@node Sources @section Development source code -Development source contains the latest version of the code. It may be -buggy. Also it does not contain compiled documentation and is not -recommended for porters because of that. +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 @ref{Tarballs, tarballs} instead. -You can obtain it by cloning Git repository: -@code{git clone https://github.com/stargrave/govpn.git}. +You can obtain it by cloning @url{http://git-scm.com/, Git} +@url{http://git.cypherpunks.ru/cgit.cgi/govpn.git/log/, repository} +and fetching dependent libraries source code as git submodules: + +@verbatim +% git clone git://git.cypherpunks.ru/govpn.git govpn +% cd govpn +% git checkout develop +% git submodule update --init +@end verbatim Also there is mirror of dependent libraries for safety if their native repositories will be unavailable (they are seldom updated): @multitable @columnfractions .50 .50 @headitem Software/library @tab Mirror -@item @code{govpn} @tab @url{git://git.cypherpunks.ru/govpn.git} -@item @code{golang.org/x/crypto/poly1305} @tab @url{git://git.cypherpunks.ru/crypto.git} -@item @code{golang.org/x/crypto/salsa20} @tab @url{git://git.cypherpunks.ru/crypto.git} -@item @code{golang.org/x/crypto/xtea} @tab @url{git://git.cypherpunks.ru/crypto.git} -@item @code{golang.org/x/crypto/pbkdf2} @tab @url{git://git.cypherpunks.ru/crypto.git} +@item @code{cypherpunks.ru/govpn} @tab @url{https://github.com/stargrave/govpn.git} @item @code{github.com/agl/ed25519} @tab @url{git://git.cypherpunks.ru/ed25519.git} +@item @code{github.com/bigeagle/water} @tab @url{git://git.cypherpunks.ru/water.git} +@item @code{github.com/go-yaml/yaml} @tab @url{git://git.cypherpunks.ru/yaml.git} +@item @code{golang.org/x/crypto} @tab @url{git://git.cypherpunks.ru/crypto.git} @end multitable