]> Cypherpunks.ru repositories - nncp.git/blobdiff - doc/platforms.texi
Ability to disable relaying with -via - option
[nncp.git] / doc / platforms.texi
index 56a74127aac0ce375f44bba8d76c126cb2aa737a..a162de26c450af842b1e7137d66333330ea9927e 100644 (file)
@@ -4,31 +4,19 @@
 @node General
 @subsection General installation instructions
 
-@verbatim
-% wget http://www.nncpgo.org/download/nncp-0.1.tar.xz
-% wget http://www.nncpgo.org/download/nncp-0.1.tar.xz.sig
-% gpg --verify nncp-0.1.tar.xz.sig nncp-0.1.tar.xz
-% tar xf nncp-0.1.tar.xz
-% make -C nncp-0.1 all
-@end verbatim
-
-There is @code{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-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
+% xz -d nncp-3.1.tar.xz
+% tar xf nncp-3.1.tar
+% make -C nncp-3.1 all
 @end verbatim
 
-follow @ref{General, general} installation instructions
-
-@verbatim
-# make -C nncp-0.1 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 +33,19 @@ Look @ref{Integrity, here} for finding public keys for tarball authentication.
 follow @ref{General, general} installation instructions
 
 @verbatim
-# make -C nncp-0.1 install PREFIX=/usr
+# make -C nncp-3.1 install PREFIX=/usr
 @end verbatim
 
 @item Ubuntu 14.04
 
 @verbatim
 # apt-get install golang-1.6
-% wget http://www.nncpgo.org/download/nncp-0.1.tar.xz
-% wget http://www.nncpgo.org/download/nncp-0.1.tar.xz.sig
-% gpg --verify nncp-0.1.tar.xz.sig nncp-0.1.tar.xz
-% tar xf nncp-0.1.tar.xz
-% PATH=/usr/lib/go-1.6/bin:$PATH make -C nncp-0.1 all
-# make -C nncp-0.1 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