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

Reply via email to