X-Git-Url: http://www.git.cypherpunks.ru/?p=nncp.git;a=blobdiff_plain;f=doc%2Finstall.texi;h=e948d811a54bb803d7e112050e57eb58552c9bcb;hp=b4df48425ff61ab3b826b1c673ca9d1d5e72b5d0;hb=203dfe36da7adf2b3089e4fa4017a67409cbad70;hpb=d1fc6cb89c85f55e2b4ff1d67b993be4ce3bd288 diff --git a/doc/install.texi b/doc/install.texi index b4df484..e948d81 100644 --- a/doc/install.texi +++ b/doc/install.texi @@ -1,34 +1,63 @@ @node Installation +@cindex installation +@cindex packages +@cindex distributions @unnumbered Installation Possibly NNCP package already exists for your distribution: @itemize + +@cindex Arch Linux +@cindex AUR +@item Arch Linux @url{https://aur.archlinux.org/packages/nncp, AUR} + +@cindex Debian +@item @url{https://tracker.debian.org/pkg/nncp, Debian packages} + +@cindex DragonFly +@item @url{https://github.com/DragonFlyBSD/DPorts/tree/master/net/nncp, DragonFly BSD ports} + +@cindex FreeBSD @item @url{https://www.freshports.org/net/nncp/, FreeBSD ports} + +@cindex Guix +@item GNU @url{https://git.savannah.gnu.org/cgit/guix.git/tree/gnu/packages/uucp.scm, Guix} + +@cindex NetBSD +@item @url{https://pkgsrc.se/wip/nncp, NetBSD package} + +@cindex NixOS +@item @url{https://github.com/NixOS/nixpkgs/tree/master/pkgs/tools/misc/nncp, NixOS packages} + +@cindex Void Linux @item @url{https://github.com/void-linux/void-packages/blob/master/srcpkgs/nncp/template, Void Linux} @end itemize +@cindex POSIX 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. +@pindex go +@pindex texinfo +NNCP is written on @url{https://go.dev/, Go} programming language +and you have to install Go compiler 1.13+ version. +@url{http://cr.yp.to/redo.html, redo} build system is recommended for +convenience. @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. +@ref{Integrity, integrity and authenticity} and run @command{redo}. +Look for general and platform-specific @ref{Build-instructions, build +instructions}. @menu -* Prepared tarballs: Tarballs. -* Tarballs integrity check: Integrity. -* Platform-specific instructions: Platform-specific. -* Development source code: Sources. +* Prepared tarballs: Tarballs +* Tarballs integrity check: Integrity +* 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