All Manuals > Release Notes and Installation Guide > 6 Installation on FreeBSD

6.4 Installing LispWorks for FreeBSD

6.4.1 Main installation and patches

The LispWorks 8.0 installer contains each of the Editions. Additionally, there may be a patch installer which upgrades LispWorks to version 8.0.x. You need to complete the main installation before adding patches.

6.4.2 Installing over previous versions

You can install LispWorks 8.0 in the same location as LispWorks 7.1 or previous versions.

6.4.3 Information for Beta testers

Users of LispWorks 8.0 Beta should completely uninstall it (including any patches added to the beta installation) before installing LispWorks 8.0.

See 6.9 Uninstalling LispWorks for FreeBSD for instructions.

6.4.4 Installation directories

By default LispWorks is installed in /usr/local/lib/LispWorks. A symbolic link to the 32-bit executable is placed in /usr/local/bin/lispworks-8-0-0-x86-freebsd. A symbolic link to the 64-bit executable is placed in /usr/bin/lispworks-8-0-0-amd64-freebsd.

Note: the Personal Edition by default installs in /usr/local/lib/LispWorksPersonal. Do not attempt to to install different editions in the same location, since some filenames coincide and uninstallation may break.

6.4.5 Selecting the correct software package file

The 32-bit LispWorks software package file is called:

lispworks80-32bit-8.0.txz

The 64-bit LispWorks software package file is called:

lispworks80-64bit-8.0.txz

The Personal Edition software package file is called:

lispworks80-personal-8.0.txz

6.4.6 Installing LispWorks for FreeBSD

To install LispWorks, perform the following steps as root:

  1. Follow the instructions under 6.2 License agreement.
  2. Locate the software package file.
  3. Install or upgrade LispWorks in the standard way, for example:
    pkg add lispworks80-32bit-8.0.txz
    

    This command installs LispWorks in /usr/local/lib/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 6.6 Running LispWorks for instructions on entering your license details.

6.4.7 Installing Patches

After completing the main installation of LispWorks, ensure you install the latest patches from the package file available for download at www.lispworks.com/downloads/patch-selection.html . Patch installation instructions are in the README file accompanying the patch download.


Release Notes and Installation Guide - 01 Dec 2021 19:38:47