summaryrefslogtreecommitdiffstats
path: root/graphics/yafaray/README
diff options
context:
space:
mode:
author Matteo Bernardini2019-06-01 08:04:50 +0200
committer Matteo Bernardini2019-06-01 08:04:50 +0200
commit2db21f42f1d573cfa75fb9514a0254b2502c6050 (patch)
tree2388d873a4ab017311462b4d45eff4eef995bbe3 /graphics/yafaray/README
parentcbd3d3aea94e2b2bad95afbbb42f117af120c3d4 (diff)
downloadslackbuilds-222cb8357579dbae622c9cc0aacebd51644a3cb4.tar.gz
20190601.1 global branch merge.current-20190601.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