2.2 UNIX
For UNIX systems (IRIX, Linux), an installation script is provided. It should do everything for you. Here is an example of an installation session (the 3Delight .gz file has been downloaded into the `~/downloads' directory and is to be installed in the `~/software' directory).
%cd~/downloads %gunzip3delight-3.0.0-Linux-i686-libstdc++-3.tar.gz %tarxf 3delight-3.0.0-Linux-i686-libstdc++-3.tar %cd3delight-3.0.0-Linux-i686-libstdc++-3 %./install--prefix ~/software/ %cd~/software/3delight-3.0.0/ %unsetenvDELIGHT %source.3delight_csh %cd$DELIGHT/examples/opacity/ %shaderdlfonky.sl %renderdlcubits.rib %exit
After typing those commands, `cubits.tiff' should appear in your directory.
Note that if you do not specify the `--prefix' option to install, 3Delight is installed in `/usr/local'(1).
Finally, you should add the following line to your `.login' file:
source ~/software/3delight-3.0.0/.3delight_csh
If you use bash, then you should add:
source ~/software/3delight-3.0.0/.3delight_bash
3Delight 8.5. Copyright 2000-2009 The 3Delight Team. All Rights Reserved.