summaryrefslogtreecommitdiffstats
path: root/gis/osgEarth/README
diff options
context:
space:
mode:
author Christoph Willing <chris.willing@linux.com>2018-05-30 15:34:51 +1000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2018-06-02 07:32:28 +0700
commit0a712518c9f375cb41726f981806e1de0b62bb33 (patch)
tree66469f38fdaa6c7abece9b765799fd2d30acb3dd /gis/osgEarth/README
parent6b23339e21f05316b9c24b78c12df9b40232de79 (diff)
downloadslackbuilds-0a712518c9f375cb41726f981806e1de0b62bb33.tar.gz
slackbuilds-0a712518c9f375cb41726f981806e1de0b62bb33.tar.xz
gis/osgEarth: Added support for osgQt
Signed-off-by: Christoph Willing <chris.willing@linux.com>
Diffstat (limited to 'gis/osgEarth/README')
-rw-r--r--gis/osgEarth/README18
1 files changed, 16 insertions, 2 deletions
diff --git a/gis/osgEarth/README b/gis/osgEarth/README
index ba1b2a6b46..8026af489f 100644
--- a/gis/osgEarth/README
+++ b/gis/osgEarth/README
@@ -5,5 +5,19 @@ OpenSceneGraph application, and go!
osgEarth supports all kinds of data and comes with lots of examples to help you
get up and running quickly and easily.
-Optional requirements protobuf and rocksdb are recommended for enhanced
-performance. They will be used if detected when osgEarth is built.
+Some optional requirements are recommended for enhanced functionality
+and/or performance. They include:
+ osgQt, poco, protobuf, rocksdb
+
+For all but osgQt, they will be used if detected when osgEarth is built.
+
+In the case of osgQt, the version of Qt that it was built with is relevant.
+If osgQt was built with Qt5, the environment variable OSGQT=5 must be set when
+running the osgEarth SlackBuild i.e.
+ OSGQT=5 sh osgEarth.SlackBuild
+In this case, the qt5 package is also an additional build requirement.
+
+If osgQt was built with Qt4 (the standard for Slackware 14.2), set OSGQT=4 i.e.
+ OSGQT=4 sh osgEarth.SlackBuild
+
+If OSGQT is not set, osgQt support will not be included.