home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / OL.LZH / README < prev    next >
Text File  |  1991-10-08  |  3KB  |  62 lines

  1. This diskette (DL) contains Version 8.1 of the Icon program library
  2. for MS-DOS and OS/2.
  3.  
  4. Unloading Files:
  5. ----------------
  6. Most files are in LZH format. The procedures that follow assume
  7. a dearchiving program is on your search path. There is a copy of LHARC.EXE
  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 unloads the files into them.
  20.  
  21. After the diskette is unloaded, if the hierarchy is rooted in ICON, the result
  22. should be
  23.  
  24.                           |-DATA-------
  25.                           |-IDOL-------
  26. |-ICON----------|-IPL-----|-PROCS------
  27.                           |-PROGS------
  28.  
  29. See "The Icon Program Libary", which is included with the distribution and
  30. also is on this diskette in printable form (IPD172-7.DOC), for an explanation of
  31. these directories.  For example, you do not have to arrange the directories in
  32. the manner shown above.
  33.  
  34. Once you have unloaded the files, you can proceed to build the library.
  35. Before you do this, you need to decide whether to build the entire
  36. library or only part of it. The entire library takes a lot of space
  37. and contains some programs that have specific requirements, such as
  38. a particular operating system.  If you have plenty of disk space, the
  39. easiest thing to do is to build the entire library and ignore or delete
  40. parts you don't need.  If you don't have a lot of disk space, you may
  41. wish to look through the programs and select only those you think you'll
  42. need.
  43.  
  44. The instructions that follow are for building the entire library. If you
  45. only want to build part, look at the batch files mentioned for guidance.
  46.  
  47. First translate the procedures in PROCS using the (MS-DOS) batch script
  48. TRANS.BAT placed in that directory during unloading.
  49.  
  50. Once that is done, you must set the environment variable IPATH to the
  51. location of the directory PROCS.  For example,
  52.  
  53.     SET IPATH=C:\ICON\IPL\PROCS
  54.  
  55. You may wish to add a line like this to your AUTOEXEC.BAT file so that
  56. you can access the translated procedures in other programs.
  57.  
  58. Next go to the PROGS directory and compile the programs there using
  59. the (MS-DOS) batch script COMP.BAT.
  60.  
  61. To install Idol, see the documentation that directory.
  62.