home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_100 / 161_01 / read.me < prev    next >
Text File  |  1986-01-08  |  2KB  |  43 lines

  1. This diskette contains the programs from Efficient C, by Thomas Plum
  2. and Jim Brodie.  The programs are copyright (c) Plum Hall Inc, 1985.
  3. Permission is hereby granted for you to reproduce these programs in
  4. any machine-readable medium, and to use them and incorporate them in
  5. other machine-readable forms (such as linkage libraries and compiled
  6. programs).  However, to distribute any printed human-readable copies,
  7. you must obtain written permission from Plum Hall Inc.
  8.  
  9. Some of the source files are catenated together into larger files,
  10. because many of our target environments do not have subdirectory
  11. structure.  There is a program  UNIRD  ("universal read distribution")
  12. provided in source UNIRD.C and MS-DOS executable UNIRD.EXE.  It splits
  13. the large files into their named constituents.
  14.  
  15. Each of these catenated files contains the environment-dependent files
  16. for a particular machine and/or operating system.  If, for example,
  17. you wanted to run the timings in a 68000 UNIX environment, you would
  18. execute
  19.     UNIRD <M68K.D
  20.     UNIRD <UNIX.D
  21. to get the proper files.
  22.  
  23. Further installation instructions are found in the appendix of the
  24. textbook.
  25.  
  26.  
  27. This is a very preliminary distribution.  I would greatly appreciate
  28. your calling me if you encounter any problems, and I would very much
  29. like to know the specific "scripts" that you create for the
  30. compilation process in your environment.
  31.  
  32. 86/01/08: I have added another "catenated" (UNI) file called READERS.IN
  33. which contains comments, batch files, etc. from readers.  As with the
  34. other UNI files, you can simply  type  it to see what it contains.
  35. To split it into its components, run   UNIRD <READERS.IN.
  36.  
  37.  
  38. Thomas Plum
  39. Plum Hall Inc
  40. 1 Spruce Av
  41. Cardiff  NJ 08232
  42. 609-927-3770
  43.