summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL23
1 files changed, 22 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index b4ad72f..a77cfa7 100644
--- a/INSTALL
+++ b/INSTALL
@@ -4,6 +4,27 @@ 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:
+
+ o C compiler (gcc or clang recommended)
+
+ o GNU Make
+
+ o Nettle, NSS, or LibTomCrypt (optional)
+
+ o Editline (optional)
+
+ o libcap (Linux only, optional)
+
+ o libseccomp (Linux only, optional)
+
+ o timepps.h header (optional)
+
+ o Asciidoctor (for HTML documentation)
+
+ o Bash (for testing)
+
After unpacking the source code, change directory into it, and type
./configure
@@ -171,4 +192,4 @@ tar cvf - . | gzip -9 > chrony.tar.gz
to build a package. When untarred within the root directory, this will install
the files to the intended final locations.
-Last updated 2018-09-19 16:38:15 CEST
+Last updated 2019-05-02 11:50:41 CEST