diff options
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 |
commit | b2337302dbb39eb96f8d4f4b11b81cfe391fc391 (patch) | |
tree | 402eac36a0acbbf9d8de8fd5a1d7ab22f37ce63b /graphics/yafaray/README | |
parent | 1bb2a805bdc8361f34a79875e97bb4205a1d82a1 (diff) |
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/README | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/graphics/yafaray/README b/graphics/yafaray/README index 6dcf20e28d12..3c8c3af41175 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. |