summaryrefslogtreecommitdiffstats
path: root/graphics/yafaray/README
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2022-02-25 14:57:15 -0500
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-02-27 01:09:46 +0700
commitb2337302dbb39eb96f8d4f4b11b81cfe391fc391 (patch)
tree402eac36a0acbbf9d8de8fd5a1d7ab22f37ce63b /graphics/yafaray/README
parent1bb2a805bdc8361f34a79875e97bb4205a1d82a1 (diff)
downloadslackbuilds-b2337302dbb39eb96f8d4f4b11b81cfe391fc391.tar.gz
slackbuilds-b2337302dbb39eb96f8d4f4b11b81cfe391fc391.tar.xz
graphics/yafaray: Fix github URL, support optional qt4.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics/yafaray/README')
-rw-r--r--graphics/yafaray/README11
1 files changed, 7 insertions, 4 deletions
diff --git a/graphics/yafaray/README b/graphics/yafaray/README
index 6dcf20e28d..3c8c3af411 100644
--- a/graphics/yafaray/README
+++ b/graphics/yafaray/README
@@ -1,5 +1,8 @@
-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.
+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.
-To disable building the Qt gui pass the script the variable QTGUI=OFF
+Optional dependency: qt4. If this is installed, the Qt4 support
+library for YafaRay (libyafarayqt.so) will be included in the
+package. To disable Qt4 support, export QT=no in the script's
+environment.