home *** CD-ROM | disk | FTP | other *** search
- Quickdraw Distribution Instructions
- ===============================
-
- 1) Tar the quickdraw directory to its new home.
-
-
- 3) in quickdraw/src/quickdraw_local.h
- you must change X_DEFAULTS to be the name
- of an Xdefaults file that has the fonts set.
- There are several included in quickdraw/data.
- Feel free to modify these.
-
- 4) The directories included in the distribution will include
- ==================================
- quickdraw
- Makefile
- quickdraw/data
- quickdraw/include
- quickdraw/man
- quickdraw/src
-
- 5) Making Quickdraw
- ==================================
- To make quickdraw you should first set the following variables in
- quickdraw/Makefile
- INSTALL_LIB: the absolute filename for the installed library
- INSTALL_MAN: the absolute filename fo the installed manpage.
- INSTALL_INCLUDE: the absolute filename for the installed include file
- INSTALL_DATA: the pathname for the installed data files (directory).
-
- The targets in the Makefile are self-explanatory.
- all: will make quickdraw
- install_all: will install all of quickdraw
-
- 6) Doc
- ==================================
- There is a brief manpage in the man directory.
- In addition, there is a file in the man directory
- called quickdraw_calls.
-
-