home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast.iso / dv_x / gs261dvx.zip / readme.dvx < prev    next >
Text File  |  1993-06-19  |  1KB  |  45 lines

  1. I made some minor modifications to get
  2. ghostscript 2.6.1 to compile under gcc for DESQview/X.
  3. The files that I changed were:
  4.     gp_unix.c
  5.     stat_.h
  6.     time_.h
  7. The original files now have extension ".old" in case
  8. you want to see the changes or make new ones.
  9.  
  10. I also created two new files:
  11.     gp_dvx.c
  12.     mk.bat
  13.  
  14. The latter is a replacement for the makefile.  What this
  15. really means is that I could not figure out how to
  16. correctly modify the original makefile.  I'm sure that
  17. there are plenty of makefile experts out there who
  18. could easily do this, but I opted for the quick and
  19. ugly route.  Nevertheless, mk.bat creates a perfectly
  20. good copy of gs.exe with both the "x11" and "deskjet"
  21. drivers.  Adding more printer devices is straighforward.
  22.  
  23. By default gs looks in d:/gs261 and d:/gsfonts for its
  24. startup files and for its fonts.  You can change these
  25. by setting GS_LIB_DEFAULT to whatever you want.
  26.  
  27. By the way, gs really looks great if you use "good" 
  28. fonts!  
  29.  
  30. Also, gs.exe was compiled with djgcc (DJ Delorie's
  31. MSDOS port of gcc).  It assumes that go32.exe is in 
  32. your search path.  You need to set an
  33. environment variable to tell go32 where to put
  34. any paging files, e.g.
  35.  
  36.     set GO32TMP=e:/tmp
  37.  
  38. If you don't have go32.exe, you can get it from
  39. qdeck.com.  It can be found in /pub/dvx/ports.  The
  40. entire djgpp is also available on qdeck.com in /pub/djgpp.
  41.  
  42. 6/18/93
  43. Tom Brosnan
  44. tjb@chalone.stanford.edu
  45.