acl2-sources/
directory and executing, for example
make regression ACL2=<your_ACL2_script>or, if you have 8 hardware threads:
make -j 8 regression ACL2=<your_ACL2_script>Additional images may appear on this site from time to time.
For the images below you should create executable wrapper scripts such as the
ones shown, and you will need to run gunzip
on the .gz
file that you
download.
NOTE: In some cases, you may be better served by downloading or creating a more recent underlying Lisp executable and then building ACL2 from sources (following the installation instructions).
ftp://ftp.gnu.org/pub/gnu/gcl/gcl-2.6.12.tar.gz
Here is the wrapper script. Replace ACL2_DIR
by your
acl2-sources/
directory path. For the 64-bit version, replace
``ubuntu'' with ``ubuntu64''.
#!/bin/sh export ACL2_SYSTEM_BOOKS=ACL2_DIR/books exec "ACL2_DIR/ubuntu-linux-gcl-saved_acl2h.gcl" $*
acl2.tar.gz
if you download one of these.