home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fish 'n' More 2
/
fishmore-publicdomainlibraryvol.ii1991xetec.iso
/
dirs
/
dkbtrace_397.lzh
/
DKBTrace
/
DKBSource.LZH
/
unixreadme.doc
< prev
next >
Wrap
Text File
|
1990-08-26
|
831b
|
20 lines
This text file is to help people with UNIX systems compile DKBTrace. The
raytracer was originally written for Amiga systems and was made portable to
IBM's and UNIX systems. Due to the wide variety of UNIX systems, however,
it is difficult to make the code truly portable from system to system.
For a SUN 4, the instructions are as follows:
1) cp unixconfig.h config.h
2) Edit config.h and add the line:
#define volatile
(to compensate for stupid compilers)
3) Take the unixmakefile supplied in this directory and rename
it to Makefile.
4) Type "make"
Hopefully, everything will work. The output file format is very similar to
QRT format except that the colours range from 0 to 255 instead of 0 to 127.
With the proper modifications, the Fuzzy Bit Map tools can display the
resulting images.