]> Cypherpunks.ru repositories - nncp.git/blob - doc/install.texi
Remove unnecessary note about filename length
[nncp.git] / doc / install.texi
1 @node Installation
2 @unnumbered Installation
3
4 NNCP should run on any POSIX-compatible operating system.
5
6 NNCP is written on @url{https://golang.org/, Go} programming language
7 and you have to install Go compiler (1.7+ version is highly
8 recommended). @emph{Make} (BSD and GNU ones are fine) is recommended for
9 convenient building. @url{https://www.gnu.org/software/texinfo/,
10 Texinfo} is used for building documentation.
11
12 In general you must get @ref{Tarballs, the tarball}, check its
13 @ref{Integrity, integrity and authenticity} and run @command{make}.
14 Look for general and @ref{Platform-specific, platform-specific}
15 installation instructions.
16
17 @menu
18 * Prepared tarballs: Tarballs.
19 * Tarballs integrity check: Integrity.
20 * Platform-specific instructions: Platform-specific.
21 * Development source code: Sources.
22 @end menu
23
24 @include download.texi
25 @include integrity.texi
26 @include platforms.texi
27 @include sources.texi