diff --git a/Documentation/Cookbook/rst/CompilingOTBFromSource.rst b/Documentation/Cookbook/rst/CompilingOTBFromSource.rst index 2d53e5d93e7e829d18d6da36a2a55e1fecafde86..b5c50d84a20ff70f13349f0ee2fd2c2bd013adaa 100644 --- a/Documentation/Cookbook/rst/CompilingOTBFromSource.rst +++ b/Documentation/Cookbook/rst/CompilingOTBFromSource.rst @@ -22,67 +22,67 @@ process: .. table:: External libraries used in OTB - +------------------------------------------------------------------+-----------------------+----------------------------+--------------------------+ - | **Library** | **Mandatory** | **Minimum version** | **Superbuild Version** | - +==================================================================+=======================+============================+==========================+ - | `Boost <http://www.boost.org>`_ | Yes | 1.73.0 | 1.82.0 | - +------------------------------------------------------------------+-----------------------+----------------------------+--------------------------+ - | `Expat <https://sourceforge.net/projects/expat/>`_ | Yes | | 2.5.0 | - +------------------------------------------------------------------+-----------------------+----------------------------+--------------------------+ - | `Geos <https://libgeos.org/>`_ | Yes | | 3.12.1 | - +------------------------------------------------------------------+-----------------------+----------------------------+--------------------------+ - | `ITK <http://www.itk.org>`_ | Yes | 4.6.0 | 4.13.3 | - +------------------------------------------------------------------+-----------------------+----------------------------+--------------------------+ - | `GDAL <http://www.gdal.org>`_ | Yes | 2.4.1 | 3.8.3 | - +------------------------------------------------------------------+-----------------------+----------------------------+--------------------------+ - | `HDF4 <https://www.hdfgroup.org/solutions/hdf4/>`_ | Yes | | 4.2.13 | - +------------------------------------------------------------------+-----------------------+----------------------------+--------------------------+ - | `HDF5 <https://www.hdfgroup.org/solutions/hdf5/>`_ | Yes | | 1.12.3 | - +------------------------------------------------------------------+-----------------------+----------------------------+--------------------------+ - | `libgeotiff <http://trac.osgeo.org/geotiff/>`_ | Yes | | 1.7.1 | - +------------------------------------------------------------------+-----------------------+----------------------------+--------------------------+ + +-------------------------------------------------------------------+-----------------------+----------------------------+--------------------------+ + | **Library** | **Mandatory** | **Minimum version** | **Superbuild Version** | + +===================================================================+=======================+============================+==========================+ + | `Boost <http://www.boost.org>`_ | Yes | 1.73.0 | 1.82.0 | + +-------------------------------------------------------------------+-----------------------+----------------------------+--------------------------+ + | `Expat <https://sourceforge.net/projects/expat/>`_ | Yes | | 2.5.0 | + +-------------------------------------------------------------------+-----------------------+----------------------------+--------------------------+ + | `Geos <https://libgeos.org/>`_ | Yes | | 3.12.1 | + +-------------------------------------------------------------------+-----------------------+----------------------------+--------------------------+ + | `ITK <http://www.itk.org>`_ | Yes | 4.6.0 | 4.13.3 | + +-------------------------------------------------------------------+-----------------------+----------------------------+--------------------------+ + | `GDAL <http://www.gdal.org>`_ | Yes | 2.4.1 | 3.8.3 | + +-------------------------------------------------------------------+-----------------------+----------------------------+--------------------------+ + | `HDF4 <https://www.hdfgroup.org/solutions/hdf4/>`_ | Yes | | 4.2.13 | + +-------------------------------------------------------------------+-----------------------+----------------------------+--------------------------+ + | `HDF5 <https://www.hdfgroup.org/solutions/hdf5/>`_ | Yes | | 1.12.3 | + +-------------------------------------------------------------------+-----------------------+----------------------------+--------------------------+ + | `libgeotiff <http://trac.osgeo.org/geotiff/>`_ | Yes | | 1.7.1 | + +-------------------------------------------------------------------+-----------------------+----------------------------+--------------------------+ | `libjpeg-turbo <https://github.com/libjpeg-turbo/libjpeg-turbo>`_ | Yes | | 3.0.3 | - +------------------------------------------------------------------+-----------------------+----------------------------+--------------------------+ - | `libpng <https://downloads.sourceforge.net/project/libpng>`_ | Yes | | 1.6.37 | - +------------------------------------------------------------------+-----------------------+----------------------------+--------------------------+ - | `libtiff <http://www.libtiff.org/>`_ | Yes | | 4.6.0 | - +------------------------------------------------------------------+-----------------------+----------------------------+--------------------------+ - | `NetCDF <https://github.com/Unidata/netcdf-c>`_ | Yes | | 4.9.2 | - +------------------------------------------------------------------+-----------------------+----------------------------+--------------------------+ - | `OpenJPEG <https://github.com/uclouvain/openjpeg>`_ | Yes | | 2.5.0 | - +------------------------------------------------------------------+-----------------------+----------------------------+--------------------------+ - | `PROJ <https://proj.org/>`_ | Yes | | 9.3.1 | - +------------------------------------------------------------------+-----------------------+----------------------------+--------------------------+ - | `SQLITE <https://www.sqlite.org>`_ | Yes | | 3.42.0 | - +------------------------------------------------------------------+-----------------------+----------------------------+--------------------------+ - | `tinyXML <http://www.grinninglizard.com/tinyxml>`_ | Yes | | 2.6.2 | - +------------------------------------------------------------------+-----------------------+----------------------------+--------------------------+ - | `ZLIB <https://zlib.net>`_ | Yes | | 1.3.1 | - +------------------------------------------------------------------+-----------------------+----------------------------+--------------------------+ - | `6S <http://6s.ltdri.org>`_ | No | | | - +------------------------------------------------------------------+-----------------------+----------------------------+--------------------------+ - | `Curl <http://www.curl.haxx.se>`_ | No | | 8.2.1 | - +------------------------------------------------------------------+-----------------------+----------------------------+--------------------------+ - | `FFTW <http://www.fftw.org>`_ | No | | 3.3.10 | - +------------------------------------------------------------------+-----------------------+----------------------------+--------------------------+ - | `libSVM <http://www.csie.ntu.edu.tw/~cjlin/libsvm>`_ | No | 2.0 | 3.25 | - +------------------------------------------------------------------+-----------------------+----------------------------+--------------------------+ - | `MPI <https://www.open-mpi.org/>`_ | No | | | - +------------------------------------------------------------------+-----------------------+----------------------------+--------------------------+ - | `MuParser <http://www.muparser.sourceforge.net>`_ | No | | 2.3.2 | - +------------------------------------------------------------------+-----------------------+----------------------------+--------------------------+ - | `MuParserX <http://muparserx.beltoforion.de>`_ | No | 4.0.7 | 4.0.8 | - +------------------------------------------------------------------+-----------------------+----------------------------+--------------------------+ - | `OpenCV <http://opencv.org>`_ | No | 3.0.0 | 4.6.0 | - +------------------------------------------------------------------+-----------------------+----------------------------+--------------------------+ - | `Shark <http://image.diku.dk/shark/>`_ | No | 4 | 4.0 | - +------------------------------------------------------------------+-----------------------+----------------------------+--------------------------+ - | `SiftFast <http://libsift.sourceforge.net>`_ | No | | | - +------------------------------------------------------------------+-----------------------+----------------------------+--------------------------+ - | `SPTW <https://github.com/remicres/sptw.git>`_ | No | | | - +------------------------------------------------------------------+-----------------------+----------------------------+--------------------------+ - | `SWIG <https://www.swig.org/>`_ | No | | 4.1.1 | - +------------------------------------------------------------------+-----------------------+----------------------------+--------------------------+ + +-------------------------------------------------------------------+-----------------------+----------------------------+--------------------------+ + | `libpng <https://downloads.sourceforge.net/project/libpng>`_ | Yes | | 1.6.37 | + +-------------------------------------------------------------------+-----------------------+----------------------------+--------------------------+ + | `libtiff <http://www.libtiff.org/>`_ | Yes | | 4.6.0 | + +-------------------------------------------------------------------+-----------------------+----------------------------+--------------------------+ + | `NetCDF <https://github.com/Unidata/netcdf-c>`_ | Yes | | 4.9.2 | + +-------------------------------------------------------------------+-----------------------+----------------------------+--------------------------+ + | `OpenJPEG <https://github.com/uclouvain/openjpeg>`_ | Yes | | 2.5.0 | + +-------------------------------------------------------------------+-----------------------+----------------------------+--------------------------+ + | `PROJ <https://proj.org/>`_ | Yes | | 9.3.1 | + +-------------------------------------------------------------------+-----------------------+----------------------------+--------------------------+ + | `SQLITE <https://www.sqlite.org>`_ | Yes | | 3.42.0 | + +-------------------------------------------------------------------+-----------------------+----------------------------+--------------------------+ + | `tinyXML <http://www.grinninglizard.com/tinyxml>`_ | Yes | | 2.6.2 | + +-------------------------------------------------------------------+-----------------------+----------------------------+--------------------------+ + | `ZLIB <https://zlib.net>`_ | Yes | | 1.3.1 | + +-------------------------------------------------------------------+-----------------------+----------------------------+--------------------------+ + | `6S <http://6s.ltdri.org>`_ | No | | | + +-------------------------------------------------------------------+-----------------------+----------------------------+--------------------------+ + | `Curl <http://www.curl.haxx.se>`_ | No | | 8.2.1 | + +-------------------------------------------------------------------+-----------------------+----------------------------+--------------------------+ + | `FFTW <http://www.fftw.org>`_ | No | | 3.3.10 | + +-------------------------------------------------------------------+-----------------------+----------------------------+--------------------------+ + | `libSVM <http://www.csie.ntu.edu.tw/~cjlin/libsvm>`_ | No | 2.0 | 3.25 | + +-------------------------------------------------------------------+-----------------------+----------------------------+--------------------------+ + | `MPI <https://www.open-mpi.org/>`_ | No | | | + +-------------------------------------------------------------------+-----------------------+----------------------------+--------------------------+ + | `MuParser <http://www.muparser.sourceforge.net>`_ | No | | 2.3.2 | + +-------------------------------------------------------------------+-----------------------+----------------------------+--------------------------+ + | `MuParserX <http://muparserx.beltoforion.de>`_ | No | 4.0.7 | 4.0.8 | + +-------------------------------------------------------------------+-----------------------+----------------------------+--------------------------+ + | `OpenCV <http://opencv.org>`_ | No | 3.0.0 | 4.6.0 | + +-------------------------------------------------------------------+-----------------------+----------------------------+--------------------------+ + | `Shark <http://image.diku.dk/shark/>`_ | No | 4 | 4.0 | + +-------------------------------------------------------------------+-----------------------+----------------------------+--------------------------+ + | `SiftFast <http://libsift.sourceforge.net>`_ | No | | | + +-------------------------------------------------------------------+-----------------------+----------------------------+--------------------------+ + | `SPTW <https://github.com/remicres/sptw.git>`_ | No | | | + +-------------------------------------------------------------------+-----------------------+----------------------------+--------------------------+ + | `SWIG <https://www.swig.org/>`_ | No | | 4.1.1 | + +-------------------------------------------------------------------+-----------------------+----------------------------+--------------------------+ GNU/Linux ---------