To install LispWorks, perform the following steps as root:
pkg_add lispworks-6.0.tgz
This command installs LispWorks in
/usr/local/lib/LispWorks
. A command line of the form
pkg_add -p
<directory>
lispworks-6.0.tgz
The directory name must be an absolute pathname. Relative pathnames and pathnames including shell-expanded characters such as
.
and
~
do not work.
Note: LispWorks needs to be able find its library at runtime and therefore the LispWorks installation should not be moved around piecemeal. If you simply want to run LispWorks from somewhere more convenient, then consider adding a symbolic link.
See Running LispWorks for instructions on entering your license details.