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