Here are the steps I had to take to configure portable allegroserve to run code example in this chapter.
I'm using Fedora 9 but this should be ok for any redhat distro.
- Downloaded portable allegroserve from cvs using the instructions given here.
- gnu clisp doesn't play well as it doesn't support multithreading, so I had to install sbcl . Its available in Fedora yum repository, so I just needed to say "yum -y install sbcl"
- Since I'm using emacs, so I had to do
"ln -s /usr/bin/sbcl /usr/bin/lisp" so that emacs starts sbcl when we call "M-x run-lisp" - At last just call (load "/path/to/portableaserve/INSTALL.lisp") in sbcl REPL.
No comments:
Post a Comment