Skip to content
Snippets Groups Projects
Commit b2edc0f8 authored by Lars Bilke's avatar Lars Bilke
Browse files

[web] Added third-party libraries page.

parent 6eeaab00
No related branches found
No related tags found
No related merge requests found
---
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.
...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment