Primarily technical blog on Lisp, .NET, C# development.

Friday, October 30, 2009

Installing LISP with CLBuild on Ubuntu


http://club-ubuntu.org/blogs/em/getting-started-with-lisp-in-ubuntu

then with your clbuild already installed:

./clbuild update sbcl
./clbuild compile-implementation sbcl
./clbuild install --main-projects
./clbuild install weblocks
./clbuild install cl-prevalence

Monday, October 19, 2009

clbuild and lispbuilder-sdl - update

I retested the latest version of lispbuilder-sdl, updating and recompiling from cl-build and I am glad to say it is working fine, as expected, now.

Always good to spread good news, isn't it?