Link to build tools toshow how to get the 32-bit libraries and tools to run cmucl. authored by Raymond Toy's avatar Raymond Toy
......@@ -2,8 +2,17 @@
<!-- Version: 6 -->
<!-- Last-Modified: 2014/10/12 09:27:56 -->
<!-- Author: rtoy -->
[[_TOC_]]
# Prerequisites
Cmucl is still a 32-bit application so to be able to run on the most
recent OSes, you need to have the 32-bit libraries and other tools
installed. See [build tools](Developer/BuildTools) for information on
the libraries needed for various OSes. The C compiler is not
necessary unless you want to dump lisp executables. In that case, the
compiler is needed.
# Installing CMUCL
<!-- [[PageOutline]] -->
This page explains how to install the release tarballs of CMUCL. If
you're using an alternative distribution packaging, such as .deb
archives, use whatever is appropriate there. We use the 19e release as
......
......