home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / x / xlibpr3.zip / README < prev    next >
Text File  |  1992-07-17  |  1KB  |  26 lines

  1.  
  2. This directory contains most of the examples used in O'Reilly and
  3. Associates' Xlib Programming Manual.  All the complete routines
  4. and many of the fragments are provided here, all within working 
  5. programs.  (Some of the smallest code fragments are not included.)
  6.  
  7. This distribution builds under R3, R4, and R5, and
  8. has been tested on BSD and System V machines.
  9.  
  10. The examples for R5 features such as Xcms and 
  11. Internationalization are in the r5 directory.
  12.  
  13. The basicwin directory includes numerous versions of a hello-world
  14. application, each demonstrating different X features.  Exactly what
  15. each demonstrates is not always obvious by running the program - see 
  16. the README file in each directory and look at the code.
  17.  
  18. This directory also includes the major applications described in the 
  19. book, \fIwinman\fR and \fIbasecalc\fR.  \fIwinman\fR is a very simple
  20. window manager (not updated to the current ICCCM), and basecalc is a 
  21. calculator still useful for converting numbers between bases and for 
  22. doing binary, octal, and hexadecimal math.
  23. The winman and basecalc applications will be installed if you type 
  24. "make install".
  25.  
  26.