diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2018-04-28 11:27:17 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-05-05 06:46:24 +0700 |
commit | 3a0a25e44563bd29735d9bc1e5b186e0023e7d7f (patch) | |
tree | f788b57b0f6e719dc75c34fec29b6b5694d22107 /gis/OTB/README | |
parent | 03e44fd6de81c41244ab4b9bc846af2becf5547e (diff) | |
download | slackbuilds-3a0a25e44563bd29735d9bc1e5b186e0023e7d7f.tar.gz |
gis/OTB: Script improvements.
Changes:
- addition to /etc/profile.d to set OTB_APPLICATION_PATH
- disable Monteverdi by default (removes need for qwt)
- ability to disable Qt launcher
- clarification on optional dependencies
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
Diffstat (limited to 'gis/OTB/README')
-rw-r--r-- | gis/OTB/README | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/gis/OTB/README b/gis/OTB/README index 706771a02e..456ea30da3 100644 --- a/gis/OTB/README +++ b/gis/OTB/README @@ -7,6 +7,14 @@ Ikonos), hyperspectral sensors (Hyperion) or SAR (TerraSarX, ERS, Palsar) are available. Monteverdi, a satellite image viewer with access to OTB processing, will also -be built as part of this script. +be built if MONTEVERDI=ON is passed to the script. This will require the qwt +package to be installed. + +A QT application launcher will be built by default. Set QTGUI=OFF to disable +it (note that disabling Qt support will also disable Monteverdi even if +MONTEVERDI is set to ON). OTB may use the following optional dependencies: opencv (use OPENCV=ON). + +OTB will be built with support for the following packages if they are +available at compile time: numpy and numpy3. |