diff options
author | Alan Alberghini <414N@slacky.it> | 2010-09-09 10:47:02 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2010-09-09 10:47:02 -0400 |
commit | bfe4e351fbd8d59273658b11d24cf209cb34619a (patch) | |
tree | 5224145a315a2f8a29b61aff6f271a6a81a550e9 /graphics/yafaray/README | |
parent | f44f6c89992329e7061d98e06121e4b485725318 (diff) | |
download | slackbuilds-bfe4e351fbd8d59273658b11d24cf209cb34619a.tar.gz |
graphics/yafaray: Added (raytracing engine)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'graphics/yafaray/README')
-rw-r--r-- | graphics/yafaray/README | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/graphics/yafaray/README b/graphics/yafaray/README new file mode 100644 index 0000000000..7ac1be56ce --- /dev/null +++ b/graphics/yafaray/README @@ -0,0 +1,18 @@ +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) + +You can also build Python bindings, provided you have swig and Python +installed. Simply run +# BUILDPYTHON=yes ./yafaray.SlackBuild (always assuming you're root) + +Requires the following: + - From Slackbuilds.org : scons (version 0.97 or newer) + - From Slackware install disks : OpenEXR + +Optional dependencies: + - From Slackware install disks : Python, swig, QT4 |