From 419949bf617a73e92f6ebafbaf5288e3cf4c9f27 Mon Sep 17 00:00:00 2001 From: Dmitry Kalinkin Date: Sat, 8 Dec 2018 17:28:38 -0500 Subject: [PATCH 1/2] docs: add missing prerequisites: brotli, boost, libseccomp --- .../installation/prerequisites-source.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/doc/manual/installation/prerequisites-source.xml b/doc/manual/installation/prerequisites-source.xml index ef14a1d7..f1705221 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 . + From 0cc4728f71b1a1dfd32897eeb79d6920cbf3f5aa Mon Sep 17 00:00:00 2001 From: Dmitry Kalinkin Date: Thu, 13 Dec 2018 01:50:39 -0500 Subject: [PATCH 2/2] docs: raise minimal boost version to 1.66 --- doc/manual/installation/prerequisites-source.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/manual/installation/prerequisites-source.xml b/doc/manual/installation/prerequisites-source.xml index f1705221..e87d0de2 100644 --- a/doc/manual/installation/prerequisites-source.xml +++ b/doc/manual/installation/prerequisites-source.xml @@ -59,7 +59,7 @@ configure. The boost library of version - 1.61.0 or higher. It can be obtained from the official web site + 1.66.0 or higher. It can be obtained from the official web site . The xmllint and