summaryrefslogtreecommitdiffstats
path: root/graphics/yafaray/README
diff options
context:
space:
mode:
author Matteo Bernardini2018-05-20 18:38:36 +0200
committer Matteo Bernardini2018-05-20 18:38:36 +0200
commita824dbc05057a7ebee9d6e389b1a9d94b2526841 (patch)
treeb0a684ea03270d3921e4255b015e39dab4786073 /graphics/yafaray/README
parent3e13c69615265f8bb16da751be07dd649bd89c79 (diff)
downloadold.slackbuilds-current-20180520.1.tar.gz
20180520.1 global branch merge.current-20180520.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