X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=doc%2Fsources.texi;fp=doc%2Fsources.texi;h=504b6bf45f7f520cf63e0b38e547ec8a1f4d2de5;hb=f5ef56260ba355496ee0dc271ae28333470ad88a;hp=26bcd72e2907bc3049895204f961ac2c9fb5cd10;hpb=da9dff3d8fc5b2c29ab64223a4a0bc0cd5df3fe9;p=govpn.git diff --git a/doc/sources.texi b/doc/sources.texi index 26bcd72..504b6bf 100644 --- a/doc/sources.texi +++ b/doc/sources.texi @@ -3,12 +3,17 @@ Development source 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. +libraries source code. Because of that it is not recommended for +porters: use prepared tarballs! -You can obtain it by cloning Git repository: -@code{git clone git://git.cypherpunks.ru/govpn.git}. -@code{src} directory has makefile that will download necessary dependent -library versions. +You can obtain it by cloning Git repository and fetching dependent +libraries source code as git submodules: + +@example +% git clone git://git.cypherpunks.ru/govpn.git govpn +% cd govpn +% git submodule update --init +@end example Also there is mirror of dependent libraries for safety if their native repositories will be unavailable (they are seldom updated): @@ -18,4 +23,5 @@ repositories will be unavailable (they are seldom updated): @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{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} @end multitable