diff options
author | David Spencer <idlemoor@slackbuilds.org> | 2016-02-24 23:17:53 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-02-27 13:22:37 +0700 |
commit | fe6a2cd3752e98d584ce7c9ecf2b4dae2ae91141 (patch) | |
tree | 23e705dbd9b9e69a080212465699cae060196060 /graphics/mitsuba/README | |
parent | 9c962b88affba0c4e2d6c08e48ffbf422cf32162 (diff) | |
download | slackbuilds-fe6a2cd3752e98d584ce7c9ecf2b4dae2ae91141.tar.gz |
graphics/mitsuba: Fixed build with boost-1.59.
The glew in Slackware-14.2 includes libglewmx.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'graphics/mitsuba/README')
-rw-r--r-- | graphics/mitsuba/README | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/graphics/mitsuba/README b/graphics/mitsuba/README index 59dfbdc6ad..b8500a4739 100644 --- a/graphics/mitsuba/README +++ b/graphics/mitsuba/README @@ -14,21 +14,6 @@ http://mitsuba-renderer.org This SlackBuild uses a git snapshot from 7 Feb 2015. -BUILDING AND INSTALLING ------------------------ - -Mitsuba requires libglewmx. Slackware ships with GLEW but it has not been compiled to include libglewmx, -so you will have to re-compile and re-install it manually. - -To do this, get the glew Slackbuild from your install disc (or your nearest Slackware mirror) and the glew source code. -Compile as normal, but your install line should be: - -make install.all GLEW_DEST=$PKG/usr -(where $PKG is your DESTDIR, which you will run makepkg against) - -Install your new version of glew and then build Mitsuba. - - SEE ALSO -------- There is a handy Mitsuba Blender plugin available from SlackBuilds.org so that you can use Mitsuba as your Blender renderer. |