diff options
author | Christoph Willing <chris.willing@linux.com> | 2018-05-29 23:18:07 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-06-02 07:32:32 +0700 |
commit | 5cff3392bba35eba59cc71c51afda9a3e150584a (patch) | |
tree | 54a7b0eb3e172689d593b5046dc6f09cd8501495 /libraries/osgQt/README | |
parent | f18735decf5ba71da4f388bc7e039028bf91b316 (diff) |
libraries/osgQt: Added (Qt interface to OpenSceneGraph).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'libraries/osgQt/README')
-rw-r--r-- | libraries/osgQt/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libraries/osgQt/README b/libraries/osgQt/README new file mode 100644 index 0000000000000..bacfa07668c25 --- /dev/null +++ b/libraries/osgQt/README @@ -0,0 +1,8 @@ +This is a Qt project for making use of OpenSceneGraph (OSG). + +By default, this SlackBuild will build a Qt4 library. +If a Qt5 version is desired instead, set the OSGQT +environment variable when building osgQt i.e. + OSGQT=5 sh osgQt.SlackBuild +In this case, the qt5 package is an additional requirement +when building. |