home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c164 / 1.img / INSTALL.DOC < prev    next >
Encoding:
Text File  |  1993-12-17  |  2.6 KB  |  68 lines

  1.  
  2.  
  3.  
  4.       install.doc (c)Copyright Sequiter Software Inc., 1992-1993.
  5.       All rights reserved.
  6.       
  7.       ----------------------------------------------------------
  8.       
  9.          INSTALL.DOC
  10.       
  11.       ----------------------------------------------------------
  12.       
  13.          Instructions for installing CodeBase++ 5.1 using the 'INSTALL'
  14.       program can be found in the CodeBase++ 5.1 User's manual.
  15.       
  16.          The file 'INSTALL.RPT' located on the root directory contains a
  17.       summary of the installation procedure.  You may delete this file
  18.       if you wish as it is not necessary to the operation of CodeBase++ 5.1.
  19.       
  20.          You can now install any of the sections of CodeBase++ 5.1 by
  21.       rerunning the 'INSTALL' program; or by 'UNFOLDING' the files yourself.
  22.       The 'UNFOLD' program is located on the CodeBase++ 5.1 diskette and 
  23.       is never installed.  The folded files are all files with a '.FLD' 
  24.       extension and may be unfolded by the command:
  25.       
  26.               UNFOLD <filename.fld> <destination path>
  27.       
  28.           Example:
  29.       
  30.                  MKDIR \SOURCE
  31.                  B:\UNFOLD B:\SOURCE.FLD \SOURCE
  32.       
  33.           This will unfold the file SOURCE.FLD from floppy diskette B:
  34.           into the directory \SOURCE on the current drive.
  35.       
  36.       
  37.           Filename                   Purpose
  38.       
  39.           INCLUDE.FLD                 Include header files.
  40.       
  41.           SOURCE.FLD                  Source code.
  42.       
  43.           DLL.FLD                     CodeBase Dynamic Link Libraries.
  44.       
  45.           EXAMPLES.FLD                Example programs.
  46.  
  47.           BOR31.FLD                   Borland C++ 2.0, 3.0 and 3.1 compiler
  48.                                       files.  Also contains support for
  49.                                       Borland ObjectWindows.
  50.       
  51.           MSC7.FLD                    Microsoft compiler files for
  52.                                       MSC V 6.00a to 7.0.
  53.  
  54.           MSC8.FLD                    Microsoft compiler files for
  55.                                       Visual C++ (MSC 8).
  56.  
  57.  
  58.           MSC8NT.FLD                  Microsoft compiler files for
  59.                                       Visual C++ NT (MSC 8 NT).
  60.  
  61.           OS2BOR1.FLD                 Borland compiler files for 
  62.                                       Borland 1.0 for OS/2.
  63.       
  64.           CONVERT.FLD                 CodeBase 5.1 to CodeBase++ 5.1 
  65.                                       upgrade utilities.
  66.  
  67.       -------------------  END  ---------------------
  68.