home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_100 / 160_01 / read.me < prev    next >
Text File  |  1985-11-26  |  1KB  |  35 lines

  1. This diskette contains the programs from Learning to Program in C,
  2. by Thomas Plum.  The programs are copyright (c) Plum Hall Inc, 1983.
  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. Most 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.  Look at the file
  14. INSTALL.BAT, an MS-DOS batch-file which will split apart the entire
  15. distribution.
  16.  
  17.  
  18. There is a sample "shell script" ("batch file", "command procedure",
  19. or what-have-you) in the file SAMPLE.SH.  It contains suggestions
  20. for compiling, linking, and testing the programs.
  21.  
  22. A similar script for MS-DOS is provided as SAMPLE.BAT.
  23.  
  24.  
  25. This is a very preliminary distribution.  I would greatly appreciate
  26. your calling me if you encounter any problems, and I would very much
  27. like to know the specific "scripts" that you create for the
  28. compilation process in your environment.
  29.  
  30. Thomas Plum
  31. Plum Hall Inc
  32. 1 Spruce Av
  33. Cardiff  NJ 08232
  34. 609-927-3770
  35.