X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=doc%2Fsources.texi;h=e7a13755b3fc8d9b44911ec4965e651fdbe66428;hb=da9420230cd4ed2ff1d8685c96b99043e529da62;hp=273cbc479cfc27528b598331cf74ec9abcc53829;hpb=cac5fb18c373e59885a67592e1c8d08e825e2896;p=govpn.git diff --git a/doc/sources.texi b/doc/sources.texi index 273cbc4..e7a1375 100644 --- a/doc/sources.texi +++ b/doc/sources.texi @@ -6,23 +6,25 @@ be buggy. It does not contain compiled documentation and dependent libraries source code. Because of that, it is not recommended for porters: use @ref{Tarballs} instead. -You can obtain it by cloning Git repository and fetching dependent -libraries source code as git submodules: +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: -@example +@verbatim % git clone git://git.cypherpunks.ru/govpn.git govpn % cd govpn % git checkout develop % git submodule update --init -@end example +@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{https://github.com/stargrave/govpn.git} -@item @code{golang.org/x/crypto} @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