Previous: , Up: Installation  


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 recommended for porters to use tarballs instead.

You can obtain it by cloning Git repository and fetching dependent libraries source code as git submodules:

% git clone git://git.cypherpunks.ru/nncp.git nncp
% cd nncp
% git checkout develop
% git submodule update --init