home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / libs / sphigs / sph_quik.lha / quickdraw / install.doc < prev    next >
Encoding:
Text File  |  1989-11-30  |  1.2 KB  |  41 lines

  1. Quickdraw Distribution Instructions
  2. ===============================
  3.  
  4. 1) Tar the quickdraw directory to its new home.
  5.  
  6.  
  7. 3) in quickdraw/src/quickdraw_local.h
  8.    you must change X_DEFAULTS to be the name
  9.    of an Xdefaults file that has the fonts set.
  10.    There are several included in quickdraw/data.
  11.    Feel free to modify these.
  12.  
  13. 4) The directories included in the distribution will include
  14. ==================================
  15.    quickdraw
  16.       Makefile
  17.       quickdraw/data
  18.       quickdraw/include
  19.       quickdraw/man
  20.       quickdraw/src
  21.  
  22. 5) Making Quickdraw
  23. ==================================
  24.   To make quickdraw you should first set the following variables in
  25.   quickdraw/Makefile
  26.      INSTALL_LIB: the absolute filename for the installed library
  27.      INSTALL_MAN: the absolute filename fo the installed manpage.
  28.      INSTALL_INCLUDE: the absolute filename for the installed include file
  29.      INSTALL_DATA: the pathname for the installed data files (directory).
  30.  
  31.   The targets in the Makefile are self-explanatory.
  32.   all: will make quickdraw
  33.   install_all: will install all of quickdraw
  34.  
  35. 6) Doc
  36. ==================================
  37.    There is a brief manpage in the man directory.
  38.    In addition, there is a file in the man directory
  39.    called quickdraw_calls.
  40.  
  41.