Installing Clozure Common Lisp (CCL) on Linux (brief version)
NOTE: See the Clozure CL releases page for the latest information, which may supersede some of what is included below.
See ccl-installation for introductory remarks. The instructions below describe how to install CCL on Linux. For more elaborate ``cookbook'' instructions see ccl-installation-linux-elaborate.
Note: Linux users may need to install m4.
Fetch CCL from GitHub into a fresh subdirectory,
git clone https://github.com/Clozure/ccl
Next fetch and extract a development snapshot in the new
cd ccl wget https://github.com/Clozure/ccl/releases/download/v1.12/linuxx86.tar.gz tar xfz linuxx86.tar.gz
Rebuild and quit, twice.
echo '(rebuild-ccl :full t)' | ./lx86cl64 echo '(rebuild-ccl :full t)' | ./lx86cl64
Create the following executable script, which you will probably want to
name
#!/bin/sh export CCL_DEFAULT_DIRECTORY=<DIR>/ccl ${CCL_DEFAULT_DIRECTORY}/scripts/ccl64 "$@"
You're done! (Note however that certification of books that use
Quicklisp may require