summaryrefslogtreecommitdiffstats
path: root/graphics/yafaray/README
diff options
context:
space:
mode:
author Matteo Bernardini2019-01-26 08:45:09 +0100
committer Matteo Bernardini2019-01-26 08:45:09 +0100
commit9d2325989c32357338a62d378cfa5e9ed623aaba (patch)
tree60d0ddf2ffebb1920f3813908104b97c3b42c484 /graphics/yafaray/README
parentf8717ee2eb30c24fb4e808057c85e9d3d598a2c5 (diff)
downloadslackbuilds-9d2325989c32357338a62d378cfa5e9ed623aaba.tar.gz
20190126.1 global branch merge.current-20190126.1
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'graphics/yafaray/README')
-rw-r--r--graphics/yafaray/README8
1 files changed, 2 insertions, 6 deletions
diff --git a/graphics/yafaray/README b/graphics/yafaray/README
index 0634be71c9..29763c62d7 100644
--- a/graphics/yafaray/README
+++ b/graphics/yafaray/README
@@ -2,10 +2,6 @@ YafaRay is a free open-source raytracing engine. Raytracing is a rendering
technique for generating realistic images by tracing the path of light
through a 3D scene.
-This package is built by default with QT4 support (needed if you intend to use
-the blender plugin too). If you don't want it, launch the script as follows:
-# USEQT=no ./yafaray.SlackBuild (assuming you're root)
+python3 is an optional dependency, to enable python bindings.
-You can also build Python bindings, provided you have swig and Python
-installed. Simply run
-# BUILDPYTHON=yes ./yafaray.SlackBuild (always assuming you're root)
+To disable building the Qt gui pass the script the variable QTGUI=OFF