diff options
author | Klaatu <klaatu@member.fsf.org> | 2015-06-22 18:30:24 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-06-22 18:34:11 +0700 |
commit | 43c725ceb0f7aed19cf038dc60aa390a696cb929 (patch) | |
tree | dac5abdd46087fe7129278dbbefb21941f05f704 /graphics/luxrender/README | |
parent | 4c67bdbc39f3e3d2aeef2cf7c5a0e86bd3c24ee3 (diff) | |
download | slackbuilds-43c725ceb0f7aed19cf038dc60aa390a696cb929.tar.gz |
graphics/luxrender: Updated for version 1.4 + new maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics/luxrender/README')
-rw-r--r-- | graphics/luxrender/README | 45 |
1 files changed, 42 insertions, 3 deletions
diff --git a/graphics/luxrender/README b/graphics/luxrender/README index cc6d31e58a..f6edc0cd74 100644 --- a/graphics/luxrender/README +++ b/graphics/luxrender/README @@ -1,4 +1,43 @@ +LuxRender +========= + LuxRender is a physically based and unbiased rendering engine. -Based on state of the art algorithms, LuxRender simulates the flow -of light according to physical equations, thus producing realistic -images of photographic quality. +Based on state of the art algorithms, LuxRender simulates the flow of light according +to physical equations, thus producing realistic images of photographic quality. +It is fully-featured, with a command line application as well as a GUI, widespread +render farm support, instancing, volumetrics, motion blur, and more. + +This package supports 64-bit systems only, because it installs the pre-compiled LuxRender +package. It is possible to install LuxRender on 32-bit system, but it requires building from source. + + +Optional Depencencies: +------------ +opencl-headers +cudatoolkit +nvidia-driver + +Install Options: +---------------- +To install without OpenCL support, launch this script like this: + +$ OPENCL=no ./luxrender.SlackBuild + +Blender Plugin +-------------- +By default, this SlackBuild: +1. Attempts to auto-detect where your Blender install is by grepping /var/log/packages +2. Attempts to install the Blender plugin to that location + +If you do not want it to attempt to do this, do: + +$ BLENDER=no ./luxrender.SlackBuild + +The Blender plugin will be copied to /usr/share/luxrender-VERSION + +If you do have Blender, but in a different path than the SlackBuild.org path,, or not +listed in /var/log/packages for some reason, then you can hardcode the path: + +$ BLENDER=/path/to/blender/scripts ./luxrender.SlackBuild + +IMPORTANT: Point to your Blender **scripts** directory. |