From 419949bf617a73e92f6ebafbaf5288e3cf4c9f27 Mon Sep 17 00:00:00 2001 From: Dmitry Kalinkin Date: Sat, 8 Dec 2018 17:28:38 -0500 Subject: docs: add missing prerequisites: brotli, boost, libseccomp --- doc/manual/installation/prerequisites-source.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'doc/manual/installation') diff --git a/doc/manual/installation/prerequisites-source.xml b/doc/manual/installation/prerequisites-source.xml index ef14a1d753db..f17052216634 100644 --- a/doc/manual/installation/prerequisites-source.xml +++ b/doc/manual/installation/prerequisites-source.xml @@ -25,6 +25,12 @@ If your distribution does not provide it, you can get it from . + The libbrotlienc and + libbrotlidec libraries to provide implementation + of the Brotli compression algorithm. They are available for download + from the official repository . + The bzip2 compressor program and the libbz2 library. Thus you must have bzip2 installed, including development headers and libraries. If your @@ -52,6 +58,10 @@ pass the flag to configure. + The boost library of version + 1.61.0 or higher. It can be obtained from the official web site + . + The xmllint and xsltproc programs to build this manual and the man-pages. These are part of the libxml2 and @@ -77,6 +87,15 @@ modify the parser or when you are building from the Git repository. + The libseccomp is used to provide + syscall filtering on Linux. This is an optional dependency and can + be disabled passing a + option to the configure script (Not recommended + unless your system doesn't support + libseccomp). To get the library, visit . + -- cgit 1.4.1