]> git.ipfire.org Git - thirdparty/chrony.git/commitdiff
doc: list build requirements in installation
authorMiroslav Lichvar <mlichvar@redhat.com>
Mon, 29 Apr 2019 14:15:06 +0000 (16:15 +0200)
committerMiroslav Lichvar <mlichvar@redhat.com>
Tue, 30 Apr 2019 10:56:25 +0000 (12:56 +0200)
doc/installation.adoc

index eea9088b6becf3e37eeecb4f7a3fb71e692f5c83..3e0f3c3c5f7da7d427598c0af2e99795968b4805 100644 (file)
@@ -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
 
 ----