]> Cypherpunks.ru repositories - nncp.git/blobdiff - doc/building.texi
Appearing of the nncp.mirrors.quux.org mirror
[nncp.git] / doc / building.texi
index 30376dce8a449b9fa0b65e3155d91772b9c2ffe9..bd26c5da6bd9b010af45a628e69a6f30e61170db 100644 (file)
@@ -17,12 +17,17 @@ $ gpg --verify nncp-@value{VERSION}.tar.xz.sig nncp-@value{VERSION}.tar.xz
 $ xz --decompress --stdout nncp-@value{VERSION}.tar.xz | tar xf -
 $ cd nncp-@value{VERSION}
 $ redo all
-# look for bin/nncp-* binaries (and possibly hjson-cli one)
 @end example
 
+After that you should get various @command{bin/nncp-*} binaries and
+@command{bin/hjson-cli} command (only for your convenience, not
+necessary installation). For example, documentation for
+@command{nncp-bundle} command can be get with
+@command{info doc/nncp.info -n nncp-bundle}.
+
 It uses @url{http://cr.yp.to/redo.html, redo} build system for that
-examples. You can use either dozen of various implementations, or at
-least minimalistic POSIX shell @command{contrib/do} (just replace
+examples. You can use one of its various implementations, or at least
+minimalistic POSIX shell @command{contrib/do} (just replace
 @command{redo} with @command{contrib/do} in the example above) included
 in tarball. Following ones are tested to work with:
 @url{http://www.goredo.cypherpunks.ru/, goredo} (NNCP's author creation),