From walter.gatewood at navy.mil Tue Jul 24 18:48:25 2007 From: walter.gatewood at navy.mil (Gatewood, Walter P. CIV NAVAIR) Date: Tue, 24 Jul 2007 14:48:25 -0400 Subject: [cl-opengl-devel] Installing cl-opengl Message-ID: <9CDA6468EC4DA2469011EB03113E26415939FE@naeapaxrez05.nadsusea.nads.navy.mil> 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. -------------- next part -------------- An HTML attachment was scrubbed... URL: From 00003b at gmail.com Tue Jul 24 20:28:20 2007 From: 00003b at gmail.com (Bart Botta) Date: Tue, 24 Jul 2007 15:28:20 -0500 Subject: [cl-opengl-devel] Installing cl-opengl In-Reply-To: <9CDA6468EC4DA2469011EB03113E26415939FE@naeapaxrez05.nadsusea.nads.navy.mil> References: <9CDA6468EC4DA2469011EB03113E26415939FE@naeapaxrez05.nadsusea.nads.navy.mil> Message-ID: <77cb99c00707241328l59558524p36ecb16e70f2d9bf@mail.gmail.com> On 7/24/07, Gatewood, Walter P. CIV NAVAIR 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