1.12 snapshot (November 2018)
Pre-release
Pre-release
This snapshot includes changes that allow CCL to run on macOS Mojave.
There may, however, be some bugs when running on Mojave. Issue #146 is the tracking issue for that.
To use this snapshot, first clone the CCL repository. Then, extract the binaries for the platform of interest. The archives containing the binaries will unpack directly into the current directory.
So, get CCL running on macOS, you would say:
git clone https://github.com/Clozure/ccl.git ccl-dev
curl -L -O https://github.com/Clozure/ccl/releases/download/v1.12-dev.4/darwinx86.tar.gz
cd ccl-dev
tar xf ../darwinx86.tar.gz
If you are running a system other than macOS, please use the binaries from an earlier snapshot, such as
https://github.com/Clozure/ccl/releases/tag/v1.12-dev.1. After unpacking those binaries, simply evaluate (rebuild-ccl :full t)
as usual, and you'll have an up-to-date Lisp.