Update: I decided to install cbuild and use it to get libraries. It just seems cleaner and easier.
Now I'm reading the OpenGL, CFFI, and GLUT manuals.
Search found 4 matches
- Fri Jan 23, 2009 5:00 pm
- Forum: Common Lisp
- Topic: Help with asdf
- Replies: 6
- Views: 15555
- Fri Jan 23, 2009 3:24 pm
- Forum: Common Lisp
- Topic: Help with asdf
- Replies: 6
- Views: 15555
Re: Help with asdf
Okay, so I just switched over to SBCL. Within ten minutes: CL-USER> (require 'asdf-install) ("ASDF-INSTALL") Success! It doesn't even look like I have to mess around with the registry and symbolic links and whatnot. Just install a library from SLIME, and I can use it. One thing: will I nee...
- Fri Jan 23, 2009 3:27 am
- Forum: Common Lisp
- Topic: Help with asdf
- Replies: 6
- Views: 15555
Re: Help with asdf
EDIT: So I did another search of my system, this time for "cl-asdf", and found /usr/share/doc/cl-asdf. This baffled me, since I clearly remember doing a search earlier for "asdf" and not finding this directory. Anyway, the readme file said to use the following command to access a...
- Fri Jan 23, 2009 1:36 am
- Forum: Common Lisp
- Topic: Help with asdf
- Replies: 6
- Views: 15555
Help with asdf
I apologize if this issue has already been dealt with. I couldn't search for "asdf" (since it's a "common word" :roll: ), but I manually went through all seven pages of this forum to make sure no threads about asdf and Common Lisp had already been made. So, here's my problem: I s...