X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=doc%2Fsources.texi;h=90b0e65ef1a6e6f08f3533259c7a003b11de4c8b;hb=22c9cd54a7bb314e871bc3586da28768c68d3257;hp=f2dd06dc22290660624a3fba18b0da58f3479e5c;hpb=5ee5b99c6def5751dc4e1e9d36ea5fb48d61793b;p=govpn.git diff --git a/doc/sources.texi b/doc/sources.texi index f2dd06d..90b0e65 100644 --- a/doc/sources.texi +++ b/doc/sources.texi @@ -3,29 +3,27 @@ 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 not recommended for -porters: use @ref{Tarballs} instead. +libraries source code. Because of that, it is recommended for porters +to use @ref{Tarballs, tarballs} instead. 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{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/dchest/blake2b} @tab @url{git://git.cypherpunks.ru/blake2b.git} -@item @code{github.com/magical/argon2} @tab @url{git://git.cypherpunks.ru/argon2.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