X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=doc%2Fplatforms.texi;h=15da3af76f3eefbc99938235e129bdd3eece7ac9;hb=0139e8deda4112d2c3dcd52e0ad72162e54caa03;hp=a266637d21197c88d7a9f2175f66f7924d95d0ab;hpb=1ae770ca14e7250ad47a47bf0ed10c31e95e7094;p=nncp.git diff --git a/doc/platforms.texi b/doc/platforms.texi index a266637..15da3af 100644 --- a/doc/platforms.texi +++ b/doc/platforms.texi @@ -4,31 +4,18 @@ @node General @subsection General installation instructions -@verbatim -% wget http://www.nncpgo.org/download/nncp-3.0.tar.xz -% wget http://www.nncpgo.org/download/nncp-3.0.tar.xz.sig -% gpg --verify nncp-3.0.tar.xz.sig nncp-3.0.tar.xz -% tar xf nncp-3.0.tar.xz -% make -C nncp-3.0 all -@end verbatim - -There is @command{install} target respecting @env{DESTDIR}. It will -install binaries and info-documentation. - -@node FreeBSD -@subsection FreeBSD installation instructions - Look @ref{Integrity, here} for finding public keys for tarball authentication. @verbatim -# pkg install go +$ wget http://www.nncpgo.org/download/nncp-5.0.0.tar.xz +$ wget http://www.nncpgo.org/download/nncp-5.0.0.tar.xz.sig +$ gpg --verify nncp-5.0.0.tar.xz.sig nncp-5.0.0.tar.xz +$ xz -d --stdout nncp-5.0.0.tar.xz | tar xf nncp-5.0.0.tar +$ make -C nncp-5.0.0 all @end verbatim -follow @ref{General, general} installation instructions - -@verbatim -# make -C nncp-3.0 install -@end verbatim +There is @command{install} target respecting @env{DESTDIR}. It will +install binaries and info-documentation. @node Ubuntu @subsection Ubuntu installation instructions @@ -45,19 +32,19 @@ Look @ref{Integrity, here} for finding public keys for tarball authentication. follow @ref{General, general} installation instructions @verbatim -# make -C nncp-3.0 install PREFIX=/usr +# make -C nncp-5.0.0 install PREFIX=/usr @end verbatim @item Ubuntu 14.04 @verbatim # apt-get install golang-1.6 -% wget http://www.nncpgo.org/download/nncp-3.0.tar.xz -% wget http://www.nncpgo.org/download/nncp-3.0.tar.xz.sig -% gpg --verify nncp-3.0.tar.xz.sig nncp-3.0.tar.xz -% tar xf nncp-3.0.tar.xz -% PATH=/usr/lib/go-1.6/bin:$PATH make -C nncp-3.0 all -# make -C nncp-3.0 install PREFIX=/usr +$ 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 +$ tar xf nncp-3.1.tar.xz +$ PATH=/usr/lib/go-1.6/bin:$PATH make -C nncp-3.1 all +# make -C nncp-3.1 install PREFIX=/usr @end verbatim @end table