OBJ3 release 1.0 distribution, August 1988 Installation of OBJ3 If you already have installed KCL, skip to "Installing OBJ3" below Installing KCL Change to the KCL directory, edit makefile putting in any local changes you need; then "make all" If you want to make a smaller version of KCL, and so a smaller version of OBJ3, change to unixport-small in the KCL directory, edit makefile for local changs, and give the command "make". (It is necessary to first build the full version of KCL.) Installing OBJ3 See the file obj/Readme as well. Change to the obj directory, edit the files obj3-config obj3-config.lsp putting in local configuration paths. You may also want to make bin directory in obj a symbolic link to the directory where obj should finally be installed. run command "obj3-make" Two log files are produced, obj3-compile.log (a log of the lisp compilations) and obj3-load.log (a log of the loading process). The executable version of OBJ will be placed in "../bin" relative the the source code directory. It is built with the name objprelim and should be renamed to obj (possibly after some testing).