X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=doc%2Fbuilding.texi;h=3911ae5f19b5579583d75c9208477663fa4ce023;hb=8f43a18b96b1fb5678d5e1e9ca13f99b734694ef;hp=30493d116f9bf00ab66aaf56c91ae36de50d774c;hpb=e7aa423a71e30a4aa45e42ee77bf54d9bd0a9b59;p=nncp.git diff --git a/doc/building.texi b/doc/building.texi index 30493d1..3911ae5 100644 --- a/doc/building.texi +++ b/doc/building.texi @@ -11,16 +11,16 @@ Make sure that Go is installed. For example to install it from packages: @end table @verbatim -$ [fetch|wget] http://www.nncpgo.org/download/nncp-5.1.0.tar.xz -$ [fetch|wget] http://www.nncpgo.org/download/nncp-5.1.0.tar.xz.sig -$ gpg --verify nncp-5.1.0.tar.xz.sig nncp-5.1.0.tar.xz -$ xz --decompress --stdout nncp-5.1.0.tar.xz | tar xf - -$ make -C nncp-5.1.0 all +$ [fetch|wget] http://www.nncpgo.org/download/nncp-5.1.1.tar.xz +$ [fetch|wget] http://www.nncpgo.org/download/nncp-5.1.1.tar.xz.sig +$ gpg --verify nncp-5.1.1.tar.xz.sig nncp-5.1.1.tar.xz +$ xz --decompress --stdout nncp-5.1.1.tar.xz | tar xf - +$ make -C nncp-5.1.1 all @end verbatim There is @command{install} make-target respecting @env{DESTDIR}. It will install binaries and info-documentation: @verbatim -# make -C nncp-5.1.0 install PREFIX=/usr/local +# make -C nncp-5.1.1 install PREFIX=/usr/local @end verbatim