home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 300-399 / ff397.lzh / DKBTrace / DKBSource.LZH / unixreadme.doc < prev    next >
Text File  |  1990-08-26  |  831b  |  20 lines

  1. This text file is to help people with UNIX systems compile DKBTrace.  The
  2. raytracer was originally written for Amiga systems and was made portable to
  3. IBM's and UNIX systems.  Due to the wide variety of UNIX systems, however,
  4. it is difficult to make the code truly portable from system to system.
  5.  
  6. For a SUN 4, the instructions are as follows:
  7.  
  8.    1) cp unixconfig.h config.h
  9.    2) Edit config.h and add the line:
  10.         #define volatile
  11.       (to compensate for stupid compilers)
  12.    3) Take the unixmakefile supplied in this directory and rename
  13.       it to Makefile.
  14.    4) Type "make"
  15.  
  16. Hopefully, everything will work.  The output file format is very similar to
  17. QRT format except that the colours range from 0 to 255 instead of 0 to 127.
  18. With the proper modifications, the Fuzzy Bit Map tools can display the
  19. resulting images.
  20.