Adam Hayward: keeping it real

ADNAM.TWENEX.ORG

Mon, 28 Nov 2005

How to install 'lisp in a box' on a Debian or Ubuntu machine

$ cd /usr/local/src
$ snarf http://common-lisp.net/project/lispbox/lispbox.tar.gz
$ tar -xvzf lispbox.tar.gz
$ cd lispbox/emacs-21.3/
$ ./configure
$ make
$ make install
$ make clean
$ apt-get install termcap-compat
(The very last step there is the gotcha.)

[/techy/lisp : lisp-in-a-box-debian-HOWTO.html]