home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / r / r5update.zip / README < prev    next >
Text File  |  1991-10-05  |  1KB  |  44 lines

  1. This directory contains example code to accompany the book
  2. "X Window System Programmer's Supplement for Release 5" from
  3. O'Reilly & Associates.
  4.  
  5. The programs are the following:
  6.  
  7.   o scalefont.c -- a demo of font scaling.  It contains the code
  8.     from Examples 2-5 and 2-6.
  9.  
  10.   o xcms.c -- a demo of device independent color allocation and
  11.     gamut querying with the TekHVC color space.  It contains the
  12.     code from Example 3-6.
  13.  
  14.   o i18n_output.c -- a demo of internationalized text output.
  15.     It contains the code from Example 4-5.
  16.  
  17.   o i18n_input.c -- a demo of internationalized text input.  It
  18.     contains code from many of the examples in Chapter 5.
  19.  
  20. To build these programs, first create a Makefile by typing:
  21.  
  22.     xmkmf <top>
  23.  
  24. where <top> is the top of the X11R5 source tree.  Then build
  25. the programs by typing:
  26.  
  27.     make all
  28.  
  29. Each source file begins with a long comment which gives more
  30. information about the program and provides instructions for 
  31. running it.
  32.  
  33. If you have any difficulties building or running these
  34. programs, please let me know.  You can send me electronic
  35. mail at either of the following addresses:
  36.  
  37.     david@ora.com
  38.     uunet!ora!david
  39.  
  40. Enjoy!
  41.  
  42. David Flanagan
  43. O'Reilly & Associates
  44.