Skip to content
Snippets Groups Projects
Commit 34f664bf authored by Antoine Regimbeau's avatar Antoine Regimbeau
Browse files

Merge branch 'minimal_compiler' into 'develop'

Update version of compiler and add sb version

See merge request orfeotoolbox/otb!547
parents 1dfd7482 6379ce80
Branches
Tags
No related merge requests found
...@@ -11,7 +11,7 @@ OTB is known to work on: ...@@ -11,7 +11,7 @@ OTB is known to work on:
* Visual Studio 2015 on Windows * Visual Studio 2015 on Windows
* GCC 4.x, 5.x or Clang 3.x on GNU/Linux * GCC 5 or higher, Clang 3.4 or higher on GNU/Linux
* AppleClang on macOS (10.8 or higher) * AppleClang on macOS (10.8 or higher)
...@@ -25,60 +25,60 @@ process: ...@@ -25,60 +25,60 @@ process:
.. table:: External libraries used in OTB .. table:: External libraries used in OTB
:align: center :align: center
+------------------------------------------------------------------+-----------------------+--------------------------+ +------------------------------------------------------------------+-----------------------+--------------------------+--------------------------+
| **Library** | **Mandatory** | **Minimum version** | | **Library** | **Mandatory** | **Minimum version** | **Superbuild Version** |
+==================================================================+=======================+==========================+ +==================================================================+=======================+==========================+==========================+
| `ITK <http://www.itk.org>`_ | Yes | 4.6.0 | | `ITK <http://www.itk.org>`_ | Yes | 4.6.0 | 4.13 |
+------------------------------------------------------------------+-----------------------+--------------------------+ +------------------------------------------------------------------+-----------------------+--------------------------+--------------------------+
| `GDAL <http://www.gdal.org>`_ | Yes | 2.0 | | `GDAL <http://www.gdal.org>`_ | Yes | 2.0 | 2.4.1 |
+------------------------------------------------------------------+-----------------------+--------------------------+ +------------------------------------------------------------------+-----------------------+--------------------------+--------------------------+
| `OSSIM <http://www.ossim.org>`_ | Yes | 1.8.20-3 | | `OSSIM <http://www.ossim.org>`_ | Yes | 1.8.20-3 | 1.8.20 |
+------------------------------------------------------------------+-----------------------+--------------------------+ +------------------------------------------------------------------+-----------------------+--------------------------+--------------------------+
| `libgeotiff <http://trac.osgeo.org/geotiff/>`_ | Yes | | | `libgeotiff <http://trac.osgeo.org/geotiff/>`_ | Yes | | 1.4.2 |
+------------------------------------------------------------------+-----------------------+--------------------------+ +------------------------------------------------------------------+-----------------------+--------------------------+--------------------------+
| `boost <http://www.boost.org>`_ | Yes | | | `boost <http://www.boost.org>`_ | Yes | | 1.60 |
+------------------------------------------------------------------+-----------------------+--------------------------+ +------------------------------------------------------------------+-----------------------+--------------------------+--------------------------+
| `openthreads <http://www.openscenegraph.org>`_ | Yes | | | `openthreads <http://www.openscenegraph.org>`_ | Yes | | 3.4.0 |
+------------------------------------------------------------------+-----------------------+--------------------------+ +------------------------------------------------------------------+-----------------------+--------------------------+--------------------------+
| `tinyXML <http://www.grinninglizard.com/tinyxml>`_ | Yes | | | `tinyXML <http://www.grinninglizard.com/tinyxml>`_ | Yes | | 2.6.2 |
+------------------------------------------------------------------+-----------------------+--------------------------+ +------------------------------------------------------------------+-----------------------+--------------------------+--------------------------+
| `6S <http://6s.ltdri.org>`_ | No | | | `6S <http://6s.ltdri.org>`_ | No | | |
+------------------------------------------------------------------+-----------------------+--------------------------+ +------------------------------------------------------------------+-----------------------+--------------------------+--------------------------+
| `Curl <http://www.curl.haxx.se>`_ | No | | | `Curl <http://www.curl.haxx.se>`_ | No | | 7.54.1 |
+------------------------------------------------------------------+-----------------------+--------------------------+ +------------------------------------------------------------------+-----------------------+--------------------------+--------------------------+
| `FFTW <http://www.fftw.org>`_ | No | | | `FFTW <http://www.fftw.org>`_ | No | | 3.3.8 |
+------------------------------------------------------------------+-----------------------+--------------------------+ +------------------------------------------------------------------+-----------------------+--------------------------+--------------------------+
| `GLEW <http://glew.sourceforge.net/>`_ | No | | | `GLEW <http://glew.sourceforge.net/>`_ | No | | 1.13 |
+------------------------------------------------------------------+-----------------------+--------------------------+ +------------------------------------------------------------------+-----------------------+--------------------------+--------------------------+
| `GLFW <http://www.glfw.org/>`_ | No | 3 | | `GLFW <http://www.glfw.org/>`_ | No | 3 | 3.1.2 |
+------------------------------------------------------------------+-----------------------+--------------------------+ +------------------------------------------------------------------+-----------------------+--------------------------+--------------------------+
| `GLUT <https://www.opengl.org/resources/libraries/glut/>`_ | No | | | `GLUT <https://www.opengl.org/resources/libraries/glut/>`_ | No | | 2.8.1 |
+------------------------------------------------------------------+-----------------------+--------------------------+ +------------------------------------------------------------------+-----------------------+--------------------------+--------------------------+
| `libKML <https://github.com/google/libkml>`_ | No | 1.2 | | `libKML <https://github.com/google/libkml>`_ | No | 1.2 | 1.3.0 |
+------------------------------------------------------------------+-----------------------+--------------------------+ +------------------------------------------------------------------+-----------------------+--------------------------+--------------------------+
| `libSVM <http://www.csie.ntu.edu.tw/~cjlin/libsvm>`_ | No | 2.0 | | `libSVM <http://www.csie.ntu.edu.tw/~cjlin/libsvm>`_ | No | 2.0 | 3.22 |
+------------------------------------------------------------------+-----------------------+--------------------------+ +------------------------------------------------------------------+-----------------------+--------------------------+--------------------------+
| `MPI <https://www.open-mpi.org/>`_ | No | | | `MPI <https://www.open-mpi.org/>`_ | No | | |
+------------------------------------------------------------------+-----------------------+--------------------------+ +------------------------------------------------------------------+-----------------------+--------------------------+--------------------------+
| `MuParser <http://www.muparser.sourceforge.net>`_ | No | | | `MuParser <http://www.muparser.sourceforge.net>`_ | No | | 2.2.5 |
+------------------------------------------------------------------+-----------------------+--------------------------+ +------------------------------------------------------------------+-----------------------+--------------------------+--------------------------+
| `MuParserX <http://muparserx.beltoforion.de>`_ | No | 4.0.7 | | `MuParserX <http://muparserx.beltoforion.de>`_ | No | 4.0.7 | 4.0.7 |
+------------------------------------------------------------------+-----------------------+--------------------------+ +------------------------------------------------------------------+-----------------------+--------------------------+--------------------------+
| `OpenCV <http://opencv.org>`_ | No | 2 (3.x also supported) | | `OpenCV <http://opencv.org>`_ | No | 2 (3.x also supported) | 3.4.1 |
+------------------------------------------------------------------+-----------------------+--------------------------+ +------------------------------------------------------------------+-----------------------+--------------------------+--------------------------+
| `OPENGL <https://www.opengl.org/>`_ | No | | | `OPENGL <https://www.opengl.org/>`_ | No | | |
+------------------------------------------------------------------+-----------------------+--------------------------+ +------------------------------------------------------------------+-----------------------+--------------------------+--------------------------+
| `Qt <https://www.qt.io/developers/>`_ | No | 5 | | `Qt <https://www.qt.io/developers/>`_ | No | 5 | 5.10.1 |
+------------------------------------------------------------------+-----------------------+--------------------------+ +------------------------------------------------------------------+-----------------------+--------------------------+--------------------------+
| `QWT <http://qwt.sourceforge.net>`_ | No | 6 | | `QWT <http://qwt.sourceforge.net>`_ | No | 6 | 6.1.3 |
+------------------------------------------------------------------+-----------------------+--------------------------+ +------------------------------------------------------------------+-----------------------+--------------------------+--------------------------+
| `Shark <http://image.diku.dk/shark/>`_ | No | 3.1 | | `Shark <http://image.diku.dk/shark/>`_ | No | 4 | 4.0 |
+------------------------------------------------------------------+-----------------------+--------------------------+ +------------------------------------------------------------------+-----------------------+--------------------------+--------------------------+
| `SiftFast <http://libsift.sourceforge.net>`_ | No | | | `SiftFast <http://libsift.sourceforge.net>`_ | No | | |
+------------------------------------------------------------------+-----------------------+--------------------------+ +------------------------------------------------------------------+-----------------------+--------------------------+--------------------------+
| `SPTW <https://github.com/remicres/sptw.git>`_ | No | | | `SPTW <https://github.com/remicres/sptw.git>`_ | No | | |
+------------------------------------------------------------------+-----------------------+--------------------------+ +------------------------------------------------------------------+-----------------------+--------------------------+--------------------------+
GNU/Linux and macOS GNU/Linux and macOS
------------------- -------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment