mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-04 23:45:06 -05:00
doc: list build requirements in installation
This commit is contained in:
@@ -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
|
code is supplied in the form of a gzipped tar file, which unpacks to a
|
||||||
subdirectory identifying the name and version of the program.
|
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
|
After unpacking the source code, change directory into it, and type
|
||||||
|
|
||||||
----
|
----
|
||||||
|
|||||||
Reference in New Issue
Block a user