Previous: Build-instructions, Up: Installation
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.
$ git clone git://git.cypherpunks.ru/nncp.git $ cd nncp $ git checkout develop
Also there is mirror of dependent libraries for safety if their native repositories will be unavailable (they are seldom updated):
Software/library | Mirror |
---|---|
github.com/davecgh/go-xdr | git://git.cypherpunks.ru/go-xdr.git |
github.com/dustin/go-humanize | git://git.cypherpunks.ru/go-humanize.git |
github.com/flynn/noise | git://git.cypherpunks.ru/noise.git |
github.com/google/go-cmp | git://git.cypherpunks.ru/go-cmp.git |
github.com/gorhill/cronexpr | git://git.cypherpunks.ru/cronexpr.git |
github.com/hjson/hjson-go | git://git.cypherpunks.ru/hjson-go.git |
github.com/klauspost/compress | git://git.cypherpunks.ru/compress.git |
golang.org/x/crypto | git://git.cypherpunks.ru/crypto.git |
golang.org/x/net | git://git.cypherpunks.ru/net.git |
golang.org/x/sys | git://git.cypherpunks.ru/sys.git |
gopkg.in/check.v1 | git://git.cypherpunks.ru/check.git |