Hmmm. There seems to be some conflict between the version on the cliki and the version I got, and now I get bunch of errors and cannot run.
I'll try and delete my original version and start from scratch again, but I'm not sure where it installed. Justin On 02/11/2007, Luke J Crook <[EMAIL PROTECTED]> wrote: > Justin Heyes-Jones wrote: > > I installed Ubuntu last weekend so I thought I would take some time to > > install lispbuilder-sdl and make sure all is well. > > > > I'm glad to say everything worked flawlessly! Here's some info on my > > system and what I needed to do to get going from a clean Ubuntu > > install. > > > > > :) > > > > > Get lispbuilder release as a tarball, for example from... > > > No need for this step anymore. The very latest versions of > lispbuilder-sdl and associated packages are ASDF-INSTALLable from the CLiki. > > > Alt-x slime > > (require 'asdf-install) > > (asdf-install:install "Desktop/lispbuilder-sdl-0.9.1.tar.gz") > > > Alt-x slime > (require 'asdf-install) > (asdf-install:install :lispbuilder-sdl) > (asdf-install:install :lispbuilder-sdl-gfx) > (asdf-install:install :lispbuilder-sdl-ttf) > (asdf-install:install :lispbuilder-sdl-image) > > Note that lispbuilder-sdl-ttf will fail unless the glue libraries are > already installed. This is still a manual step that requires: > > make > make install > > - Luke > _______________________________________________ > application-builder mailing list > [email protected] > http://www.lispniks.com/mailman/listinfo/application-builder > _______________________________________________ application-builder mailing list [email protected] http://www.lispniks.com/mailman/listinfo/application-builder
