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
32940702
Commit
32940702
authored
7 years ago
by
Keshav Kini
Browse files
Options
Downloads
Patches
Plain Diff
Mention C++14 dependency in the manual.
A couple makefiles in the sources have -std=c++14 in the CFLAGS.
parent
c7af84ce
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
+2
-2
2 additions, 2 deletions
doc/manual/installation/prerequisites-source.xml
with
2 additions
and
2 deletions
doc/manual/installation/prerequisites-source.xml
+
2
−
2
View file @
32940702
...
...
@@ -10,14 +10,14 @@
<listitem><para>
GNU Make.
</para></listitem>
<listitem><para>
A version of GCC or Clang that supports C++1
1
.
</para></listitem>
<listitem><para>
A version of GCC or Clang that supports C++1
4
.
</para></listitem>
<listitem><para><command>
pkg-config
</command>
to locate
dependencies. If your distribution does not provide it, you can get
it from
<link
xlink:href=
"http://www.freedesktop.org/wiki/Software/pkg-config"
/>
.
</para></listitem>
<listitem><para>
The OpenSSL library to calculate cryptographic hashes.
If your distribution does not provide it, you can get it from
<link
xlink:href=
"https://www.openssl.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