X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=doc%2Finstall.texi;h=55d14999ec8900103142d5df26d4965f2b9ffab0;hb=f3d5c49c31c59f699288799353b7bc1ba9211f38;hp=ebcc530d74d3eea89089276b4ed54ccf67a3864f;hpb=3b548a9b6324af72d05f36e6f7330e0a977b7823;p=nncp.git diff --git a/doc/install.texi b/doc/install.texi index ebcc530..55d1499 100644 --- a/doc/install.texi +++ b/doc/install.texi @@ -1,34 +1,39 @@ @node Installation @unnumbered Installation +@set VERSION 5.3.2 + Possibly NNCP package already exists for your distribution: @itemize @item @url{https://www.freshports.org/net/nncp/, FreeBSD ports} -@item @url{https://github.com/voidlinux/void-packages/blob/master/srcpkgs/nncp/template, Void Linux} +@item @url{https://github.com/DragonFlyBSD/DPorts/tree/master/net/nncp, DragonFly BSD ports} +@item @url{https://github.com/void-linux/void-packages/blob/master/srcpkgs/nncp/template, Void Linux} +@item @url{https://qa.debian.org/developer.php?login=jgoerzen@@complete.org, Debian packages} (pending inclusion, maintainer's page) +@item @url{https://github.com/NixOS/nixpkgs/pull/75772, NixOS packages} (pending inclusion, maintainer's page) @end itemize NNCP should run on any POSIX-compatible operating system. NNCP is written on @url{https://golang.org/, Go} programming language -and you have to install Go compiler (1.7+ version is highly -recommended). @emph{Make} (BSD and GNU ones are fine) is recommended for -convenient building. @url{https://www.gnu.org/software/texinfo/, -Texinfo} is used for building documentation. +and you have to install Go compiler 1.10+ version. @command{Make} (BSD +and GNU versions are fine) is recommended for convenient building. +@url{https://www.gnu.org/software/texinfo/, Texinfo} is used for +building documentation (although tarballs already include it). In general you must get @ref{Tarballs, the tarball}, check its @ref{Integrity, integrity and authenticity} and run @command{make}. -Look for general and @ref{Platform-specific, platform-specific} -installation instructions. +Look for general and platform-specific @ref{Build-instructions, build +instructions}. @menu * Prepared tarballs: Tarballs. * Tarballs integrity check: Integrity. -* Platform-specific instructions: Platform-specific. +* Build instructions: Build-instructions. * Development source code: Sources. @end menu @include download.texi @include integrity.texi -@include platforms.texi +@include building.texi @include sources.texi