home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / ICONPL8.ZIP / README < prev    next >
Text File  |  1990-03-23  |  1KB  |  27 lines

  1. This diskette contains Version 8 of the Icon program library.
  2.  
  3. The Icon program library files are packaged in "pak" format.
  4. They can be unpacked into individual files using either unpack.icn
  5. or unpack.c, both of which are provided on the disk.  Both take .pak
  6. files from standard input, as in
  7.  
  8.     unpack <procs.pak
  9.  
  10. The library consists of programs, procedures, and data.  It is designed
  11. so that these components can be kept in separate directories, such as "procs",
  12. "progs", and "data". Translate the procedure first, since they are needed
  13. when compiling the programs. The scripts trans.bat and comp.bat can
  14. be used for translating the procedure and compiling the programs.
  15.  
  16. On systems that do not support environment variables, or for which the
  17. Icon IPATH environment variable does not work, the "ucode" files produced by
  18. translating the procedures mus be in the same directory as the programs.
  19. The simplest way to do this is to put the procedures and programs in the
  20. same directory. Alternatively, the .u1 and .u2 files produced by
  21. translating the procedures can be moved into the directory containing
  22. the programs before the programs are compiled.
  23.  
  24. In addition to the Icon program library proper, Idol, an object-oriented
  25. version of Icon written in Icon, is included on the distribution
  26. diskette. Unpack idol.pak and see the instructions there.
  27.