Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
dynamic
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
MostafaMollaali
dynamic
Commits
b2edc0f8
Commit
b2edc0f8
authored
7 years ago
by
Lars Bilke
Browse files
Options
Downloads
Patches
Plain Diff
[web] Added third-party libraries page.
parent
6eeaab00
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
web/content/docs/devguide/advanced/third-party-libraries.pandoc
+32
-0
32 additions, 0 deletions
...ntent/docs/devguide/advanced/third-party-libraries.pandoc
web/content/docs/devguide/getting-started/prerequisites.pandoc
+1
-1
1 addition, 1 deletion
...ontent/docs/devguide/getting-started/prerequisites.pandoc
with
33 additions
and
1 deletion
web/content/docs/devguide/advanced/third-party-libraries.pandoc
0 → 100644
+
32
−
0
View file @
b2edc0f8
---
date: "2018-02-26T11:00:13+01:00"
title: "Third-party libraries"
author: "Lars Bilke"
weight: 1049
menu:
devguide:
parent: advanced
---
::: {.note}
### <i class="fas fa-exclamation-triangle"></i> Attention!
We strongly recommend to simply use [Conan]({{< relref "conan.pandoc" >}}) for handling required third-party libraries.
:::
## Introduction
The following libraries are required:
- [Boost](http://www.boost.org/) >= 1.56.0
- [Eigen](http://eigen.tuxfamily.org/) >= 3.2.9
- [VTK](https://www.vtk.org/) >= 7.1.0
If you want to build the Data Explorer you need these too:
- [Qt](https://www.qt.io/) >= 5.9.2
- [Shapelib](http://shapelib.maptools.org) >= 1.3.0
- [libgeotiff](https://trac.osgeo.org/geotiff/) >= 1.4.2
Please refer to the library documentation on how to build. If you struggle consider using [Conan]({{< relref "conan.pandoc" >}})! Once built CMake tries its best to find the libraries.
This diff is collapsed.
Click to expand it.
web/content/docs/devguide/getting-started/prerequisites.pandoc
+
1
−
1
View file @
b2edc0f8
...
@@ -17,7 +17,7 @@ The minimum prerequisites to build OGS are:
...
@@ -17,7 +17,7 @@ The minimum prerequisites to build OGS are:
- Git (version control tool, at least version 1.7.x)
- Git (version control tool, at least version 1.7.x)
- CMake (build configuration tool, at least version 3.1)
- CMake (build configuration tool, at least version 3.1)
- A compiler with [C++11](http://en.wikipedia.org/wiki/C%2B%2B11)-support
- A compiler with [C++11](http://en.wikipedia.org/wiki/C%2B%2B11)-support
- [Conan package manager](https://www.conan.io/) **OR** required libraries
(TODO crossref
)
- [Conan package manager](https://www.conan.io/) **OR**
install [
required libraries
]({{< relref "third-party-libraries.pandoc" >}}) manually (for advanced users only!
)
## Step: Install a compiler
## Step: Install a compiler
...
...
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