From: Miroslav Lichvar Date: Mon, 29 Apr 2019 14:15:06 +0000 (+0200) Subject: doc: list build requirements in installation X-Git-Tag: 3.5-pre1~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b626fe661e1f476db73ce147c7ea422a70f887b7;p=thirdparty%2Fchrony.git doc: list build requirements in installation --- diff --git a/doc/installation.adoc b/doc/installation.adoc index eea9088b..3e0f3c3c 100644 --- a/doc/installation.adoc +++ b/doc/installation.adoc @@ -22,6 +22,19 @@ The software is distributed as source code which has to be compiled. The source code is supplied in the form of a gzipped tar file, which unpacks to a subdirectory identifying the name and version of the program. +The following programs and libraries with their development files are needed to +build `chrony`: + +* C compiler (gcc or clang recommended) +* GNU Make +* Nettle, NSS, or LibTomCrypt (optional) +* Editline (optional) +* libcap (Linux only, optional) +* libseccomp (Linux only, optional) +* timepps.h header (optional) +* Asciidoctor (for HTML documentation) +* Bash (for testing) + After unpacking the source code, change directory into it, and type ----