Skip to content

1.12 snapshot (December 2017)

Pre-release
Pre-release
Compare
Choose a tag to compare
@xrme xrme released this 05 Dec 20:18
· 317 commits to master since this release

This is a snapshot of the in-development Clozure CL 1.12.

To use it, you must first clone the CCL repository. After that, download and extract the binaries for the
platform of interest. The archives containing the binaries will unpack directly into the current directory.

So, if you want to run CCL on a FreeBSD platform, 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.1/freebsdx86.tar.gz
cd ccl-dev
tar xf ../freebsdx86.tar.gz

This example uses the curl program to download the archive of binaries, but of course you can fetch the archive using whatever tool you want.