diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2019-11-16 10:36:44 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-11-23 16:01:58 +0700 |
commit | dfd4c1736fa32cd035237f19bfb0a57288edb4a5 (patch) | |
tree | 18e968400ec851e551b3525f7db7b6b99729a48b /gis/osgEarth/README | |
parent | 11eac2cfbf8495cd1dc98244cfafa4f488c6ff5a (diff) | |
download | slackbuilds-dfd4c1736fa32cd035237f19bfb0a57288edb4a5.tar.gz |
gis/osgEarth: Add geos 3.8 patch, remove Qt support.
Diffstat (limited to 'gis/osgEarth/README')
-rw-r--r-- | gis/osgEarth/README | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/gis/osgEarth/README b/gis/osgEarth/README index 8026af489f..eb37a51796 100644 --- a/gis/osgEarth/README +++ b/gis/osgEarth/README @@ -7,17 +7,4 @@ get up and running quickly and easily. 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. + poco, protobuf, rocksdb |