X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=doc%2Fbuilding.texi;fp=doc%2Fbuilding.texi;h=2a2bfc1db4448cdf0b42bfc6ecce898c2a074451;hb=9d80ad45bc2a002c256766886c1d43e61799536f;hp=cb4d4393e1f88f0c13a95248c6d05ad50e3b3d7d;hpb=e08317fc6f3c595285de6f38a321c177a0257424;p=nncp.git diff --git a/doc/building.texi b/doc/building.texi index cb4d439..2a2bfc1 100644 --- a/doc/building.texi +++ b/doc/building.texi @@ -15,12 +15,19 @@ $ [fetch|wget] http://www.nncpgo.org/download/nncp-@value{VERSION}.tar.xz $ [fetch|wget] http://www.nncpgo.org/download/nncp-@value{VERSION}.tar.xz.sig $ gpg --verify nncp-@value{VERSION}.tar.xz.sig nncp-@value{VERSION}.tar.xz $ xz --decompress --stdout nncp-@value{VERSION}.tar.xz | tar xf - -$ make -C nncp-@value{VERSION} all +$ cd nncp-@value{VERSION} +$ redo all @end example +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 +@command{redo} with @command{contrib/do} in the example above) included +in tarball. + There is @command{install} make-target respecting @env{DESTDIR}. It will install binaries and info-documentation: @example -# make -C nncp-@value{VERSION} install PREFIX=/usr/local +# PREFIX=/usr/local redo install @end example