]> Cypherpunks.ru repositories - nncp.git/blob - doc/sources.texi
Installation instructions
[nncp.git] / doc / sources.texi
1 @node Sources
2 @section Development source code
3
4 Development source code contains the latest version of the code. It may
5 be buggy. It does not contain compiled documentation and dependent
6 libraries source code. Because of that, it is not recommended for
7 porters to use @ref{Tarballs} instead.
8
9 You can obtain it by cloning @url{http://git-scm.com/, Git}
10 @url{http://git.cypherpunks.ru/cgit.cgi/nncp.git/log/, repository}
11 and fetching dependent libraries source code as git submodules:
12
13 @verbatim
14 % git clone git://git.cypherpunks.ru/nncp.git nncp
15 % cd nncp
16 % git checkout develop
17 % git submodule update --init
18 @end verbatim
19
20 Github.com mirror exists: @url{https://github.com/stargrave/nncp}.