summaryrefslogtreecommitdiffstats
path: root/graphics/luxrender
diff options
context:
space:
mode:
author B. Watson2016-11-06 23:47:40 +0100
committer Willy Sudiarto Raharjo2016-11-12 00:58:01 +0100
commit573177d6d8e3cdf32c5e90ae91725e43c5c85590 (patch)
treecc2caf57f46791b7a5f4cf1d74d41712ac969390 /graphics/luxrender
parent89a1a7a789471f9448e459a7042aa166f5cc5253 (diff)
downloadslackbuilds-573177d6d8e3cdf32c5e90ae91725e43c5c85590.tar.gz
graphics/luxrender: Update README.
Diffstat (limited to 'graphics/luxrender')
-rw-r--r--graphics/luxrender/README29
1 files changed, 16 insertions, 13 deletions
diff --git a/graphics/luxrender/README b/graphics/luxrender/README
index f6edc0cd74..d258a5193b 100644
--- a/graphics/luxrender/README
+++ b/graphics/luxrender/README
@@ -1,15 +1,15 @@
-LuxRender
-=========
+luxrender (rendering engine)
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.
-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.
+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 systems, but it requires building from source.
Optional Depencencies:
------------
@@ -26,8 +26,10 @@ $ 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
+
+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:
@@ -35,8 +37,9 @@ $ 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:
+If you do have Blender, but in a different path than the SlackBuilds.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