Next: , Up: Platform-specific  


General installation instructions

Look here for finding public keys for tarball authentication.

% wget http://www.nncpgo.org/download/nncp-3.1.tar.xz
% wget http://www.nncpgo.org/download/nncp-3.1.tar.xz.sig
% gpg --verify nncp-3.1.tar.xz.sig nncp-3.1.tar.xz
% xz -d nncp-3.1.tar.xz
% tar xf nncp-3.1.tar
% make -C nncp-3.1 all

There is install target respecting DESTDIR. It will install binaries and info-documentation.