home *** CD-ROM | disk | FTP | other *** search
/ Turbo Toolbox / Turbo_Toolbox.iso / sharew / exoten / icon / readme. < prev    next >
Encoding:
Text File  |  1990-04-10  |  2.1 KB  |  52 lines

  1. This diskette (DL) contains Version 8 of the Icon program library
  2. for MS-DOS and OS/2.
  3.  
  4. Unloading Files:
  5. ----------------
  6. Most files are in ARC format. The procedures that follow assume
  7. a dearchiving program is on your search path. There is a copy of PKXARC.COM
  8. this diskette; if you do not already have it, get it from that diskette
  9. before proceeding.
  10.  
  11. The Icon program library is designed to be unloaded in a hierarchy. Go
  12. to where you want this hierarchy to be (for example \ICON). UNLOAD.BAT
  13. on this diskette is an (MS-DOS) script for unloading the files.
  14. If this diskette is in drive A, use
  15.  
  16.     A:UNLOAD A:
  17.  
  18. Note that the device is an argument.  This batch file creates the necessary
  19. subdirectories and unload the files into them.
  20. After the diskette is unloaded, if the hierarchy is
  21. rooted in ICON, the result should be
  22.  
  23.                           |-DATA-------
  24. |-ICON----------|-IPL-----|-PROCS------
  25.                           |-PROGS------
  26.  
  27. See "The Icon Program Libary", which is included with the distribution and
  28. also is on this diskette in printable form (TR90-7.DOC), for an explanation of
  29. these directories.  For example, you do not have to arrange the directories in
  30. the manner shown above.
  31.  
  32. Once you have unloaded the files, you can proceed to build the library.
  33. First translate the procedures in PROCS using the (MS-DOS) batch script
  34. TRANS.BAT placed in that directory during unloading.
  35.  
  36. Once that is done, you must set the environment variable IPATH to the
  37. location of the directory PROCS.  For example,
  38.  
  39.     SET IPATH=C:\ICON\IPL\PROCS
  40.  
  41. You may wish to add a line like this to your AUTOEXEC.BAT file so that
  42. you can access the translated procedures in other programs.
  43.  
  44. Next go to the PROGS directory and compile the programs there using
  45. the (MS-DOS) batch script COMP.BAT.
  46.  
  47. -----------------------------------------------------------------------
  48.  
  49. In addition to the Icon program library proper, the distribution diskette
  50. contains Idol, an object-oriented version of Icon written in Icon.  To
  51. install Icol, unload IDOL.ARC and see the documentation there.
  52.