The LispWorks 7.1 installer contains each of the Editions. Additionally, there may be a patch installer which upgrades LispWorks to version 7.1.x. You need to complete the main installation before adding patches.
Users of LispWorks 7.1 Beta should completely uninstall it (including any patches added to the beta installation) before installing LispWorks 7.1.
See Uninstalling LispWorks for AIX for instructions.
By default LispWorks is installed in /opt/LispWorks
. A symbolic link to the 32-bit executable is placed in /opt/LispWorks/bin/lispworks-7-1-0-rs6k-aix
. A symbolic link to the 64-bit executable is placed in /opt/LispWorks/bin/lispworks-7-1-0-rs6k64-aix
.
You can alter the default installation location at install time.
The 32-bit LispWorks archive is called
lw71-rs6k-aix.tar.gz
The 64-bit LispWorks archive is called
lw71-rs6k64-aix.tar.gz
The documentation archive, which contains manuals in HTML and PDF formats, applies to both 32-bit and 64-bit LispWorks:
lwdoc71-x86-linux.tar.gz
To install LispWorks, perform the following steps as root:
cd
to change directory to the location of the tar files before running the installation script.lwa-32bit-install.sh
or lwa-64bit-install.sh
as root.
This script takes --prefix
and --excludedocs
arguments to control the installation location and amount of documentation installed.
For example, to install 32-bit LispWorks in /usr/lispworks
, without documentation you would use:
sh lwa-32bit-install.sh --excludedocs --prefix /usr/lispworks
Note: LispWorks needs to be able find its library at run time 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.
After completing the main installation, ensure you install the latest patches from the tar
archive available for download at
www.lispworks.com/downloads/patch-selection.html
. Patch installation instructions are in the README file accompanying the patch download.
LispWorks Release Notes and Installation Guide - 19 Oct 2017