To get KM and the Component Library up and running:
Download:
Packaged KM
Single file CLib
CLib Loader

Unzip and Untar the CLib.
To load the CLib follow these steps:

1) Start Lisp.
2) Load up the packaged KM (if first time (compile-file "km")).
3) Switch to the km package (using the command ":pa km")
4) Load the file load-lib.lisp
5) Issue the following command from the LISP prompt: (load-lib "mydir/components/")
(where mydir is the path to the components directory)
NOTE: the rkf-clib-one.km should be in the components directory you'll need to move it there
6) Start up KM.
7) First time only: Now save the clib so you can load it quickly (fastsave-kb "clib.fkm")
8) Load in your kb: (load-kb "myK.km")
9) Notice some bugs, edit your kb
10) Now reload it, (reset-kb) (fastload-kb "clib.fkm") (load-kb "myK.km")

Bonus: hack load-lib.lisp so it only loads the .lisp files. You can load the km files through fastload-kb.

Last Updated 4/30/2007