]> Cypherpunks.ru repositories - nncp.git/blob - doc/install.texi
Merge branch 'develop'
[nncp.git] / doc / install.texi
1 @node Installation
2 @unnumbered Installation
3
4 Possibly NNCP package already exists for your distribution:
5
6 @itemize
7 @item @url{https://www.freshports.org/net/nncp/, FreeBSD ports}
8 @item @url{https://github.com/DragonFlyBSD/DPorts/tree/master/net/nncp, DragonFly BSD ports}
9 @item @url{https://github.com/void-linux/void-packages/blob/master/srcpkgs/nncp/template, Void Linux}
10 @end itemize
11
12 NNCP should run on any POSIX-compatible operating system.
13
14 NNCP is written on @url{https://golang.org/, Go} programming language
15 and you have to install Go compiler 1.10+ version. @command{Make} (BSD
16 and GNU versions are fine) is recommended for convenient building.
17 @url{https://www.gnu.org/software/texinfo/, Texinfo} is used for
18 building documentation (although tarballs already include it).
19
20 In general you must get @ref{Tarballs, the tarball}, check its
21 @ref{Integrity, integrity and authenticity} and run @command{make}.
22 Look for general and platform-specific @ref{Build-instructions, build
23 instructions}.
24
25 @menu
26 * Prepared tarballs: Tarballs.
27 * Tarballs integrity check: Integrity.
28 * Build instructions: Build-instructions.
29 * Development source code: Sources.
30 @end menu
31
32 @include download.texi
33 @include integrity.texi
34 @include building.texi
35 @include sources.texi