diff options
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 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. |