README,v 1.2 1995/03/30 07:03:21 explorer Exp

Netshade is a raytracing package based on Rayshade by Craib Colb.
It works best with the Utah Raster Toolkit (URT) and the instructions
below assume you already have that installed.

Suppose the libraries for URT are in /usr/local/lib and the include
files are in /usr/local/include.  The following command will configure
Netshade for your system:

% ./configure --with-rlelib=/usr/local/lib --with-rleinc=/usr/local/include

Then, a simple make should build the binaries for you:

% make depend
% make

If there are any errors, fix them and mail me a patch.  :)

--Michael
<explorer@vorpal.com>
<explorer@iastate.edu>
