summaryrefslogtreecommitdiffstats
path: root/graphics/yafaray/README
diff options
context:
space:
mode:
author Matteo Bernardini2020-03-07 10:13:09 +0100
committer Matteo Bernardini2020-03-07 10:13:09 +0100
commit5a5dc1dabed18903b66c8a315dad1f8b753047a7 (patch)
tree70960ec22120e2b2947c2f7faba00ccf24069880 /graphics/yafaray/README
parent1cd68324729b0dc6aceaa8a9a64c3f1afc36d9fd (diff)
downloadslackbuilds-5a5dc1dabed18903b66c8a315dad1f8b753047a7.tar.gz
20200307.1 global branch merge.current-20200307.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