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
a405d25f
Commit
a405d25f
authored
6 years ago
by
John Arnold
Committed by
Shea Levy
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
manual: Add all dependencies to source prerequisites (#2060)
parent
a38fe5c1
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/manual/installation/prerequisites-source.xml
+11
-0
11 additions, 0 deletions
doc/manual/installation/prerequisites-source.xml
with
11 additions
and
0 deletions
doc/manual/installation/prerequisites-source.xml
+
11
−
0
View file @
a405d25f
...
...
@@ -9,6 +9,9 @@
<itemizedlist>
<listitem><para>
GNU Make.
</para></listitem>
<listitem><para>
Bash Shell. The
<literal>
./configure
</literal>
script
relies on bashisms, so Bash is required.
</para></listitem>
<listitem><para>
A version of GCC or Clang that supports C++14.
</para></listitem>
...
...
@@ -28,6 +31,14 @@
distribution does not provide these, you can obtain bzip2 from
<link
xlink:href=
"http://www.bzip.org/"
/>
.
</para></listitem>
<listitem><para><literal>
liblzma
</literal>
, which is provided by
XZ Utils. If your distribution does not provide this, you can
get it from
<link
xlink:href=
"https://tukaani.org/xz/"
/>
.
</para></listitem>
<listitem><para>
cURL and its library. If your distribution does not
provide it, you can get it from
<link
xlink:href=
"https://curl.haxx.se/"
/>
.
</para></listitem>
<listitem><para>
The SQLite embedded database library, version 3.6.19
or higher. If your distribution does not provide it, please install
it from
<link
xlink:href=
"http://www.sqlite.org/"
/>
.
</para></listitem>
...
...
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