[cl-opengl-devel] Installing cl-opengl
Bart Botta
00003b at gmail.com
Tue Jul 24 20:28:20 UTC 2007
On 7/24/07, Gatewood, Walter P. CIV NAVAIR <walter.gatewood at 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
More information about the cl-opengl-devel
mailing list