⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 read.me

📁 专家系统开发工具CLIPS安装程序.很好的软件.
💻 ME
📖 第 1 页 / 共 2 页
字号:

                             CLIPS Release Notes

                     Version 6.0           June 29, 1993

   ====================================================================
   |        NOTICE OF COMPUTER PROGRAM USE RESTRICTIONS               |
   | This computer program is furnished on the condition that it be   |
   | used only in connection with the specific cooperative project,   |
   | grant or contract under which it is provided and that no further |
   | use or dissemination shall be made without prior written         |
   | permission of the NASA forwarding officer. [NASA JSC PT4]        |
   |      RESTRICTED TO USE FOR US GOVERNMENT PURPOSES ONLY!          |
   ====================================================================


   This file contains any last minute information pertaining to this version 
   of CLIPS that was not included in the Reference Manual. It also contains
   information of general use about CLIPS, such as where to report problems, 
   how to get CLIPS, a description of any known problems with the 
   documentation or program.

************************
*** INSTALLING CLIPS ***
************************

---------------------------------------------
--- INSTALLING ON AN IBM PC OR COMPATIBLE ---
---------------------------------------------

   If you received CLIPS on MS-DOS floppy disks, you should have received 
   eleven 360K 5.25" disks, four 1.2M 5.25" disks or three 1.4MB 3.5" disks. 
   Disk 1 contains the installation program, this READ.ME file, a 
   Discrepancy Report Form (for reporting bugs and other anomalous 
   behavior), and a Change Request Form (for requesting new features), 
   and some of the compressed programs. The other disks contain the  
   remainder of the compressed programs.

   As mentioned above, for the IBM PC and compatible, we have added an
   installation program on the diskette labeled CLIPS 6.0 Disk 1. It lets you
   choose any category of files you want to copy and where you want them put 
   on the hard disk. In addition to that, the installation program will check 
   to determine if there is enough space on the hard disk for you to copy the
   files you chose. Because the files on the disks are compressed, you MUST 
   use the installation program to decompress and install the desired files. 
   You can start the installation program from either the floppy or from your 
   hard disk by typing [FLOPPY-DISK-DRIVE-LETTER]:INSTALL and selecting from 
   the installation menu.

   The following is a list of choices you have for installing CLIPS on your 
   Hard Disk along with APPROXIMATE corresponding, UNCOMPRESSED sizes:

                                                 Size
                                               -------
    1.  The DOS executables                       818K
    2.  Source Code                             5,965K
    3.  The Windows 3.1 executables             2,085K
    4.  CLIPS Documentation                     3,242K

   As mentioned earlier, the first step is to invoke the INSTALL.EXE. From 
   then on, simply make your selection and follow instructions. The only 
   other information the installation software needs from the user is the 
   name of the directory where you want the selection to be copied. If the 
   directory does not exist, the installation program creates it. WHEN YOU 
   ARE ASKED TO ENTER THE DIRECTORY NAME(s), YOUR INPUT SHOULD BE THE FULL 
   PATH NAME TO THE DIRECTORY. This directory is the base directory for all 
   of the CLIPS distribution files. The installation program will create 
   subdirectories underneath this base to hold different components of the 
   distribution.

   The files and directories included for each choice are listed following.
   
   CHOICE 1 - DOS Executables
   --------------------------
   READ.ME
   CLIPS386.EXE
   CR.TXT
   DR.TXT
   CLIPS.HLP
   EXAMPLE.DIR
     <CLIPS example programs>

   You are currently reading the READ.ME file. The file CLIPS386.EXE is 
   the 386 version of CLIPS for MS-DOS. It requires a 386 or 486 
   microprocessor and can utilize extended memory. The files DR.TXT and 
   CR.TXT are respectively a Discrepancy Report Form (for reporting bugs 
   and other anomalous behavior), and a Change Request Form (for requesting 
   new features). The file CLIPS.HLP is the CLIPS help file for use with
   the help command. The EXAMPLES directory contains a number of CLIPS 
   examples.
   
   CHOICE 2 - SOURCE AND MAKEFILES
   ----------------------------------
   SOURCE.DIR
     CLIPS.DIR
       <CLIPS 6.0 source>
     EDITOR.DIR
       <Windows 3.1 editor source>
     INTRFACE.DIR
       <Windows 3.1 interface source>
   MAKEFILE.DIR
     PC.DIR
       MAKEFILE.BCC
       MAKEFILE.ICB
       MAKEFILE.MSC
       MAKEFILE.ZTC
       MSC.LNK
       CLIPS.PRJ 
       CLIPSCMD.PRJ
       IDE_CLPS.PRJ
       CLIPSWIN.PRJ
       CLIPS6.HPJ
       CLIPS6.RTF
     UNIX.DIR
       MAKEFILE.CC
       MAKEFILE.GCC
     VAX.DIR
       MAKECLPS.COM
       CLIPS.OPT     

   The SOURCE directory contains three subdirectories. The CLIPS subdirectory
   contains the source code for CLIPS. The EDITOR subdirectory contains the
   source code and project files for the Windows 3.1 CLIPS editor. The
   INTRFACE subdirectory contains the source code and project files for the
   Windows 3.1 CLIPS interface. 

   The MAKEFILE directory contains three subdirectories. The PC subdirectory
   contains makefiles for IBM PC compatible machines. The files include
   MAKEFILE.BCC (for Borland C++), MAKEFILE.ICB (for Intel CodeBuilder), 
   MAKEFILE.MSC and MSC.LNK (for Microsoft C), and MAKEFILE.ZTC (for Zortech
   C++). This directory also contains several project files for use with
   Borland C++. The Borland project file IDE_CLPS.PRJ contains the project 
   to build the CLIPS editor. The project CLIPSWIN.PRJ is used to build the 
   Windows Interface for CLIPS. The project CLIPSCMD.PRJ is used to
   build a command line version of CLIPS for Windows using Borland's EasyWin
   library. The project file CLIPS.PRJ is used to build the DOS command line
   version of CLIPS. The last project file, CLIPS6.HPJ, is used to build the
   CLIPS hypertext help system from the input document CLIPS6.RTF. NOTE: All
   Borland project files require that they remain within the 
   CLIPS\MAKEFILE\PC directory due to the path locations for the source. The
   Borland projects also assume that Borland C++ is installed in the 
   directory C:\BORLANDC.

   The UNIX subdirectory contains makefiles for systems running UNIX. The
   files include MAKEFILE.CC (for the standard UNIX C Compiler) and
   MAKEFILE.GCC (for the GNU C Compiler). The VAX subdirectory contains files
   for creating a CLIPS executable using VMS. The files include MAKECLPS.COM
   and CLIPS.OPT.
                                   
   CHOICE 3 - Windows 3.1 Executables
   ----------------------------------
   READ.ME
   CLIPSWIN.EXE
   CLIPSCMD.EXE
   IDE_CLPS.EXE
   CR.TXT
   DR.TXT
   CLIPS.HLP
   CLIPS6.HLP
   EXAMPLE.DIR
     <CLIPS Example Programs>

   You are currently reading the READ.ME file. The file CLIPSWIN.EXE is the 
   Windows 3.1 version of CLIPS. It requires a 386 or 486 microprocessor. 
   CLIPSCMD.EXE is a command line version of CLIPS for Windows. The file
   IDE_CLIPS.EXE is the editor used with the CLIPSWIN executable. The files 
   DR.TXT and CR.TXT are respectively a Discrepancy Report Form (for 
   reporting bugs and other anomalous behavior), and a Change Request Form
   (for requesting new features). The file CLIPS.HLP is the CLIPS help file
   for use with the help command. The file CLIPS6.HLP is a Microsoft 
   Windows 3.1 help file. The EXAMPLES directory contains a number of CLIPS 
   examples. See Volume 3 of the CLIPS Interface Guide for more information 
   about the Windows version of CLIPS.

   CHOICE 4 - DOCUMENTATION
   ----------------------------------
   DOCUMENT.DIR
     VOL1.DOC
     VOL2.DOC
     VOL3.DOC
     USRGUIDE.DOC

   The Documentation is stored in Word for Windows 2.0 Format.  The original
   Documentation was created in Microsoft Word for Macintosh. NOTE: Some
   portions of the Documents may not have completely translated correctly.
   The file VOL1.DOC is the CLIPS 6.0 Basic Programming Guide. The file
   VOL2.DOC is the CLIPS 6.0 Advanced Programming Guide. The file VOL3.DOC
   is the CLIPS 6.0 Interfaces Guide. The file USRGUIDE.DOC is the CLIPS 
   6.0 User's Guide.

---------------------------------
--- INSTALLING ON A MACINTOSH ---
---------------------------------

   If you received CLIPS on Macintosh floppy disks, you should have received 
   four 800K disks (or two 1.4M disks in which case the contents of disks 1
   and 2 are placed on the first disk and the contents of disks 3 and 4 are 
   placed on the second disk). Disk 1 contains this Read Me file. In 
   addition, Disk 1 contains a self extracting program for the CLIPS 
   executable, example programs, help file, Discrepancy Report Form (for 
   reporting bugs and other anomalous behavior), Change Request Form (for 
   requesting new features) and the User's Guide in Microsoft Word format. 
   The amount of space needed for the contents of disk 1 is shown following.

   DISK 1:  Contents                             Size
   -----------------                           -------
   CLIPS 6.0                                     569K
   Examples                                       98K
   clips.hlp                                      76K
   User's Guide                                  382K
   Discrepancy Report Form                         3K
   Change Request Form                             3K
                                               -------
                                               1,131K Total

   To install these files, create a folder on your hard disk where you want
   the files to be placed, then double click on the icon and respond to 
   queries as they appear.

   Disk 2 contains the first part of the CLIPS source code. The amount of 
   space needed for the contents of disk 2 is shown following.

   DISK 2:  Contents                             Size
   -----------------                           -------
   CLIPS Source I                              3,171K
                                               -------
                                               3,171K Total

   To install these files, create a folder on your hard disk where you want
   the files to be placed, then double click on the icon and respond to 
   queries as they appear.

   Disk 3 contains the second part of the CLIPS source code, the source code
   for the Macintosh Interface, project files for Think C, project files for
   MPW C, and makefiles for other compilers and platforms. The amount of 
   space needed for the contents of disk 3 is shown following.

   DISK 3:  Contents                             Size
   -----------------                           -------
   CLIPS Source II                             1,447K
   Mac Interface Source                          743K
   Think C Project Files                         501K
   MPW C Project Files                           172K
   Other MakeFiles                               320K
                                               -------
                                               3,183K Total

   To install these files, create a folder on your hard disk where you want
   the files to be placed, then double click on the icon and respond to 
   queries as they appear.

   Disk 4 contains the Reference Manual in  Microsoft Word format. The amount
   of space needed for the contents of disk 4 is shown following.

   DISK 4:  Contents                             Size

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -