Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
Nix
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nora Puchreiner
Nix
Commits
419949bf
Unverified
Commit
419949bf
authored
6 years ago
by
Dmitry Kalinkin
Browse files
Options
Downloads
Patches
Plain Diff
docs: add missing prerequisites: brotli, boost, libseccomp
parent
05f0543a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/manual/installation/prerequisites-source.xml
+19
-0
19 additions, 0 deletions
doc/manual/installation/prerequisites-source.xml
with
19 additions
and
0 deletions
doc/manual/installation/prerequisites-source.xml
+
19
−
0
View file @
419949bf
...
...
@@ -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>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment