wxCLIPS Readme -------------- wxCLIPS is both a simple GUI front-end for CLIPS for Windows and X, and also a tool for writing GUIs in CLIPS using a set of new CLIPS functions. You can also use part of wxCLIPS as a library to link in to a C++ application that uses the wxWindows GUI toolkit, giving an emebedded interpreted language with GUI-construction facilities. For further details see the manual or the wxCLIPS WWW page: htpp://www.aiai.ed.ac.uk/~jacs/wxclips/wxclips.html Binaries and sources -------------------- Some files on this server are binary only, others include the source for all platforms. The naming convention is: wxclips_.zip (CLIPS version) or wxfuzzy_.zip (Fuzzy CLIPS version) Compilation of wxCLIPS ---------------------- To compile wxCLIPS you need: - CLIPS or Fuzzy CLIPS 6.0 sources - wxCLIPS sources - wxWindows sources (/pub/packages/wxwin) - UNIX or Windows compiler - Motif, XView or Windows Copy the modified CLIPS files from wxclips/clips6.0 over your CLIPS sources and edit the CLIPSDIR variable in the wxCLIPS makefile to make it point to the relevant CLIPS directory. The wxCLIPS sources should be copied into the utils directory of wxWindows, e.g. wx/utils/wxclips. Compile CLIPS as a library, compile wxWindows, and compile wxCLIPS.