home *** CD-ROM | disk | FTP | other *** search
/ Piper's Pit BBS/FTP: ibm 0020 - 0029 / ibm0020-0029 / ibm0028.tar / ibm0028 / KAPA1.ZIP / README.TXT < prev    next >
Encoding:
Text File  |  1990-08-15  |  5.7 KB  |  129 lines

  1.  
  2.           README file for KAPPA 1.1 'C' Library Installation 
  3.  
  4. This file gives further information on installing KAPPA's 'C' Library
  5. on your computer.  You should read this file if the installation procedure 
  6. reports problems.
  7.  
  8. The installation script assumes that you have already installed Windows 
  9. 3.0 on your hard disk.  NOTE: KAPPA 1.1 is only compatible with Microsoft
  10. Windows 3.0 and above.  If you need to upgrade your version of Windows,
  11. you may want to do so before installing KAPPA.
  12.  
  13. If, after reading this file, you still cannot get KAPPA running on your 
  14. computer, please call IntelliCorp Customer Support at (415) 965-5700.
  15.  
  16.  
  17. Install Problems
  18. ----------------
  19.  
  20. The KAPPA installation procedure assumes you have already installed Windows
  21. 3.0 on your machine.  If you have not, you are advised to first install
  22. Windows which would assist you in determining whether your machine is 
  23. configured appropriately (not necessarily optimally) for running KAPPA.
  24.  
  25. To install KAPPA Library from floppy drive A:, type "a:" and "install".
  26.  
  27. The install program will check to make sure your computer has sufficient
  28. free space on hard disk.  Installing KAPPA's 'C' libraries requires about 
  29. 1.5MB of disk space.  The install program will report an error if there is 
  30. not enough disk space on the current drive.
  31.  
  32. Most computers have at least this amount of "unnecessary" files on their 
  33. hard disk.  To make room for KAPPA, you can delete old, unneeded files from 
  34. your hard disk. To be careful, you can copy these files to floppy disks 
  35. before deleting them. The DOS "dir" command tells you how much disk space 
  36. is available.
  37.  
  38. Some computers actually have more than one hard disk, denoted by drive 
  39. letters "D:" or "E:" in addition to the customary "C:". If your computer
  40. has one of these additional drives, you can install KAPPA on that drive
  41. instead of "C:".
  42.  
  43.  
  44.  
  45. KAPPA Directory Exists
  46. ----------------------
  47.  
  48. The library installation procedure checks to see if the directory that 
  49. you specify already exists on your computer's hard disk. If it finds 
  50. this directory, it assumes the library has already been installed, or 
  51. that you happen to have a directory by that name for some other purpose.
  52. In either case, the program will ask for permission before writing any
  53. of the library files into an existing directory.
  54.  
  55. Since the normal place to install the KAPPA Libraries is in KAPPA/LIBRARY,
  56. it is likely that the KAPPA directory already exists, and that it contains
  57. the KAPPA Program files.  In this case, just answer "Y"es to the request to
  58. overwrite.
  59.  
  60. If you have already installed the library and need to install it again
  61. (perhaps because you accidentally deleted some of the example files), you can
  62. delete all the files and directories in the library directories, remove the 
  63. directory, and then run the install program.
  64.  
  65. You can also solve the conflict by specifying a different directory or 
  66. device to install into.
  67.  
  68.  
  69.  
  70. Installing KAPPA 'C' Libraries Anyway
  71. -------------------------------------
  72.  
  73. If for any reason, you decide to install KAPPA yourself, without using the 
  74. install program, follow these steps:
  75.  
  76.         1. Create the directory to hold the library files (in a directory
  77.            called \CLIB). Type:
  78.                                    
  79.               c:┘                      (or another letter for other drive)
  80.               cd \┘                    (to go to "root" of drive)
  81.               md \clib┘               (use another name if you like)
  82.  
  83.         2. Change to the installation directory. Type:
  84.  
  85.               cd \clib┘               (or the other name you used above)
  86.  
  87.         3. Uncompress the libraries. (This will take a few minutes.) Type:
  88.  
  89.               a:pkunzip a:clib1.zip┘ (if install floppy is in drive B:,
  90.                                              replace both "a:" with "b:")
  91.  
  92.               a:pkunzip a:clib2.zip┘ (if install floppy is in drive B:,
  93.                                              replace both "a:" with "b:")
  94.  
  95.  
  96.               a:pkunzip a:clibutil.zip┘ (if install floppy is in drive B:,
  97.                                              replace both "a:" with "b:")
  98.  
  99.         4. Create four directories:
  100.  
  101.               md example1┘               (use another name if you like)
  102.               md example2┘               (use another name if you like)
  103.               md example3┘               (use another name if you like)
  104.               md example4┘               (use another name if you like)
  105.  
  106.         4. Move to each directory and uncompress the corresponding files:
  107.  
  108.               cd example1┘             (or the other name you used above)
  109.               a:pkunzip a:example1.zip┘ (if install floppy is in drive B:,
  110.                                            replace both "a:" with "b:")
  111.               cd ..\example2┘          (or the other name you used above)
  112.               a:pkunzip a:example2.zip┘ (if install floppy is in drive B:,
  113.                                            replace both "a:" with "b:")
  114.               cd ..\example3┘           (or the other name you used above)
  115.               a:pkunzip a:example3.zip┘ (if install floppy is in drive B:,
  116.                                            replace both "a:" with "b:")
  117.               cd ..\example4┘           (or the other name you used above)
  118.               a:pkunzip a:example4.zip┘ (if install floppy is in drive B:,
  119.                                            replace both "a:" with "b:")
  120.  
  121. That's all there is to installing the KAPPA 'C' library.
  122.  
  123.  
  124. Other Questions or Problems
  125. ---------------------------
  126.  
  127. If you have any other questions or problems concerning KAPPA installation,
  128. please call IntelliCorp Customer Support at (415) 965-5700.
  129.