mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-05 09:25:07 -05:00
doc: add missing dependencies to installation document
This commit is contained in:
@@ -26,6 +26,7 @@ A C compiler (e.g. `gcc` or `clang`) and GNU Make are needed to build `chrony`.
|
|||||||
The following libraries with their development files, and programs, are needed
|
The following libraries with their development files, and programs, are needed
|
||||||
to enable optional features:
|
to enable optional features:
|
||||||
|
|
||||||
|
* pkg-config: detection of development libraries
|
||||||
* Nettle, NSS, or LibTomCrypt: secure hash functions (`SECHASH`)
|
* Nettle, NSS, or LibTomCrypt: secure hash functions (`SECHASH`)
|
||||||
* libcap: dropping root privileges on Linux (`DROPROOT`)
|
* libcap: dropping root privileges on Linux (`DROPROOT`)
|
||||||
* libseccomp: system call filter on Linux (`SCFILTER`)
|
* libseccomp: system call filter on Linux (`SCFILTER`)
|
||||||
@@ -35,6 +36,12 @@ to enable optional features:
|
|||||||
* Asciidoctor: documentation in HTML format
|
* Asciidoctor: documentation in HTML format
|
||||||
* Bash: test suite
|
* Bash: test suite
|
||||||
|
|
||||||
|
The following programs are needed when building `chrony` from the git
|
||||||
|
repository instead of a released tar file:
|
||||||
|
|
||||||
|
* Asciidoctor: manual pages
|
||||||
|
* Bison: parser for chronyc settime command
|
||||||
|
|
||||||
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