Skip to content

OS Installation Notes

R. Matthew Emerson edited this page Jul 14, 2023 · 3 revisions

Linux

On Ubuntu 22.04, to build and run the 32-bit lisp, install the necessary 32-bit binaries and libraries as follows:

# dpkg --add-architecture i386
# apt update
# apt install gcc:i386 make m4

I always have to figure this out every time I install a new Linux box.

Clone this wiki locally