home *** CD-ROM | disk | FTP | other *** search
/ GEMini Atari / GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso / zip / gnu / gs252b.lzh / GS252B / SOURCE.ST < prev    next >
Text File  |  1993-07-30  |  2KB  |  43 lines

  1. 11/92
  2.  
  3. The files in this directory are most of what you need to build GS
  4. 2.52 for the Atari ST from the standard unix source.  Just overwrite
  5. the corresponding GS files with these.
  6.  
  7. In addition to the contents of this directory, you will need lots of
  8. memory, lots of disk space, and some properly working Unix-like tools.
  9. MiNT is probably required, but you may be able to get by without it.
  10. You will need at least:
  11.  
  12. gcc >= 1.40 (I used 2.22 and mintlibs PL 24),
  13. a good make program (I used gnu make 3.58),
  14. a good sh clone (I use ash, which requires MiNT).
  15.  
  16. Here is a brief description of the files in this directory.
  17.  
  18. changed    -        A list of changes I made to the GS source.
  19. makefile   -        The gcc/Atari ST makefile. If constructed from
  20.                 the diffs, this file will be named
  21.                 unix-gcc.mak. Just rename it to tos-gcc.mak
  22.                 or just makefile.
  23.  
  24. malloc_.h  -        General header file modified to include the Atari.
  25.  
  26. stprint.h  -        Header file needed for centronics printing.
  27. gdevprn.h  -\        Printer device files modified for direct
  28. gdevprn.c  -/             centronics printing.
  29.  
  30. gp_atari.c -        Atari specific source code, including the
  31.                 centronics printing routines.
  32. gdevvdi.c  -        The Atari screen device.
  33. gdevslm.c  -        The SLM laser printer device.
  34. gdevgimg.c -        The GEM image format device.
  35. gdevdjet.c -        The deskjet device, I had to change the margins
  36.                 a little to keep images from being cut off.
  37.  
  38. gssetmod   -\        Unix bourne shell scripts modified slightly
  39. gsaddmod   -|_        to work with ash under MiNT. Your mileage may
  40. gsconfig   -|        vary (i.e. change these for your setup, especially
  41. gssetdev   -/        the path to sh).
  42.  
  43.