This section provides information about installing QSIM on a UNIX host using the common lisp defsystem.
zcat beta.tar.Z | tar xvf -
start-nq.lispThis special variable should be set to the directory that contains the subdirectories nq and xpos.
clisp/defsystem-patches.lisp
xpos/xpos-system.lisp
If you wish to create a separate directory for the binary files, then follow the first option below. Otherwise, follow the instructions in the second option and the binary files will be stored along with the source.
To determine the name of the subdirectory, load the file start-nq.lisp. Respond no to the questions asked about loading and compiling QSIM. Then call the function (mk::get-bin-dir-name) from the lisp prompt. This function will return the name of the subdirectory for the binaries for the machine that you are currently using. (e.g. If you are on a Sun 4 using Lucid 4.1 the directory is named sun4_4.1.)
Create a directory by this name under nq/bins and xpos/bins.