I have been through the Practical Common Lisp book online and have selected SBCL to use under SLIME on my Fedora Core 6-64 installation. I have found hints here and there concerning the installation of cl-opengl and I actually guessed the magic incantation once but due to a flash of stupidity I blew away the .sbcl directory. Are there are step-by-step instructions somewhere on the web that would be helpful in getting it to work again? Thanks.
On 7/24/07, Gatewood, Walter P. CIV NAVAIR walter.gatewood@navy.mil wrote:
... Are there are step-by-step instructions somewhere on the web that would be helpful in getting it to work again?
Not tested since I'm stuck in windows at the moment, but should at least be close...
cd ~/.sbcl/site darcs get http://common-lisp.net/~loliveira/darcs/cl-opengl-thomas/ darcs get http://common-lisp.net/project/cffi/darcs/cffi/ cd ~/.sbcl/systems ln -s ../site/cl-opengl-thomas/*asd . ln -s ../site/cffi/*asd .
then in sbcl, (require 'asdf) (asdf:operate 'asdf:load-op 'cl-opengl) should work.
-- Bart
cl-opengl-devel@common-lisp.net