summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDmitry Kalinkin <dmitry.kalinkin@gmail.com>2018-12-08 17:28:38 -0500
committerDmitry Kalinkin <dmitry.kalinkin@gmail.com>2018-12-10 12:37:15 -0500
commit419949bf617a73e92f6ebafbaf5288e3cf4c9f27 (patch)
treef367db5f3ee654ff6f7bb0165e24a55386b459d8 /doc
parent05f0543a1761357f4790e388ac74c8e284b9bb3e (diff)
docs: add missing prerequisites: brotli, boost, libseccomp
Diffstat (limited to 'doc')
-rw-r--r--doc/manual/installation/prerequisites-source.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/manual/installation/prerequisites-source.xml b/doc/manual/installation/prerequisites-source.xml
index ef14a1d75..f17052216 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 <link
xlink:href="https://www.openssl.org"/>.</para></listitem>
+ <listitem><para>The <literal>libbrotlienc</literal> and
+ <literal>libbrotlidec</literal> libraries to provide implementation
+ of the Brotli compression algorithm. They are available for download
+ from the official repository <link
+ xlink:href="https://github.com/google/brotli" />.</para></listitem>
+
<listitem><para>The bzip2 compressor program and the
<literal>libbz2</literal> library. Thus you must have bzip2
installed, including development headers and libraries. If your
@@ -52,6 +58,10 @@
pass the flag <option>--enable-gc</option> to
<command>configure</command>.</para></listitem>
+ <listitem><para>The <literal>boost</literal> library of version
+ 1.61.0 or higher. It can be obtained from the official web site
+ <link xlink:href="https://www.boost.org/" />.</para></listitem>
+
<listitem><para>The <command>xmllint</command> and
<command>xsltproc</command> programs to build this manual and the
man-pages. These are part of the <literal>libxml2</literal> and
@@ -77,6 +87,15 @@
modify the parser or when you are building from the Git
repository.</para></listitem>
+ <listitem><para>The <literal>libseccomp</literal> is used to provide
+ syscall filtering on Linux. This is an optional dependency and can
+ be disabled passing a <option>--disable-seccomp-sandboxing</option>
+ option to the <command>configure</command> script (Not recommended
+ unless your system doesn't support
+ <literal>libseccomp</literal>). To get the library, visit <link
+ xlink:href="https://github.com/seccomp/libseccomp"
+ />.</para></listitem>
+
</itemizedlist>
</section>