home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-1.iso / Documents / adobe / DPS.Orange.README.txt < prev    next >
Encoding:
Text File  |  1994-07-13  |  933 b   |  28 lines

  1. Instructions To Install The Orange Book Examples
  2.  
  3.  
  4. These example programs are discussed in "Programming the
  5. Display PostScript System with X", published by Addison
  6. Wesley.
  7.  
  8. To compile and run the example programs, locate a MIT X11R5
  9. distribution, and install the programs as follows:
  10.  
  11. 1. Copy the "examples" directory into contrib/lib/DPS
  12.  
  13. 2. Add "examples" to SUBDIRS in contrib/lib/DPS/Imakefile
  14.  
  15. 3. Make sure your config files contain definitions for MRESOURCELIB 
  16.    and UIL.  If you are using the configuration files supplied with
  17.    Motif, these will be defined for you.  If not, MRESOURCELIB must 
  18.    be the Mrm library (normally -lMrm), and UIL must be the uil binary
  19.    (normally uil).
  20.  
  21. 4. You should then be able to "make Makefiles" and "make" in the 
  22.    /contrib/lib/DPS directory.  
  23.  
  24. 5. If you want to run the programs in place, you'll need 
  25.    to set your XFILESEARCHPATH environment variable to 
  26.    include "./%N.ad".
  27.  
  28.