All Manuals > Release Notes and Installation Guide > 8 Configuration on macOS

8.6 Loading CLIM 2.0

CLIM 2.0 is supported on the X11/Motif GUI.

Load CLIM 2.0 into the "LispWorks for X11 IDE" image with:

(require "clim")

and the CLIM demos with:

(require "clim-demo")

A configuration file to save an image with CLIM 2.0 preloaded would look something like this:

(in-package "CL-USER")
(load-all-patches)
(require "clim")
(save-image "/path/to/clim-lispworks")

To run the demo software, enter the following in a listener:

(require "clim-demo")
(clim-demo:start-demo)

Note: CLIM is not supported by the LispWorks native macOS image and cannot be loaded into it.

Note: CLIM is not supported under GTK+.

Note: Do not attempt to load CLIM via the clim loader files in the clim distribution. This will cause CLIM patches to not be loaded. Use (require "clim").


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