On 7/24/07, Gatewood, Walter P.  CIV NAVAIR <[EMAIL PROTECTED]> 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 mailing list
cl-opengl-devel@common-lisp.net
http://common-lisp.net/cgi-bin/mailman/listinfo/cl-opengl-devel

Reply via email to