X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=doc%2Fsources.texi;fp=doc%2Fsources.texi;h=d1d1bd96035f6d55f2bae2f7926bfb74ad229d66;hb=997b1411084e23bc821001c0f7fa50a0bca93285;hp=0000000000000000000000000000000000000000;hpb=4a4c1be88baf3fa5426bc1c9c96e104643155fca;p=nncp.git diff --git a/doc/sources.texi b/doc/sources.texi new file mode 100644 index 0000000..d1d1bd9 --- /dev/null +++ b/doc/sources.texi @@ -0,0 +1,20 @@ +@node Sources +@section Development source code + +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 to use @ref{Tarballs} instead. + +You can obtain it by cloning @url{http://git-scm.com/, Git} +@url{http://git.cypherpunks.ru/cgit.cgi/nncp.git/log/, repository} +and fetching dependent libraries source code as git submodules: + +@verbatim +% git clone git://git.cypherpunks.ru/nncp.git nncp +% cd nncp +% git checkout develop +% git submodule update --init +@end verbatim + +Github.com mirror exists: @url{https://github.com/stargrave/nncp}.