[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

2.2 UNIX

For UNIX systems (IRIX, Linux), we provide an installation script that 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 we will install it into the `~/software' directory).

 
% cd ~/downloads
% gunzip 3delight-1.0.6-Linux-i686-libstdc++-3.tar.gz
% tar xf 3delight-1.0.6-Linux-i686-libstdc++-3.tar
% cd 3delight-1.0.6-Linux-i686-libstdc++-3
% ./install --prefix ~/software/
% cd ~/software/3delight-1.0.6/
% unsetenv DELIGHT
% source .3delight_csh
% cd $DELIGHT/examples/opacity/
% shaderdl fonky.sl
% renderdl cubits.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 will be installed in `/usr/local'(1).

Finally, you should add the following line to your `.login' file:

 
source ~/software/3delight-1.0.6/.3delight_csh

If you use bash, then you should add:

 
source ~/software/3delight-1.0.6/.3delight_bash



This document was generated by Aghiles Kheffache on July, 31 2003 using texi2html
3Delight 1.0.0. Copyright 2000-2003 The 3Delight Team. All Rights Reserved.