Skip to content

1.12 snapshot (March 2018)

Pre-release
Pre-release
Compare
Choose a tag to compare
@xrme xrme released this 15 Mar 23:18
· 286 commits to master since this release
e710ffa

This snapshot of the in-development Clozure CL 1.12 adds support for building and running the lisp on FreeBSD 12 (and its derivatives such as True OS).

As usual, 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.

If you are running FreeBSD 12, you must use the freebsd12-x8664.tar.gz archive. If you are running FreeBSD 10 or FreeBSD 11, you must use freebsd10-x8664.tar.gz. If you try to rebuild the lisp and it fails, please double-check that you are using the correct binaries for the FreeBSD version that you are using.

So, if you want to run CCL on a FreeBSD 10 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.3/freebsd10-x8664.tar.gz
cd ccl-dev
tar xf ../freebsd10-x8664.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.