vydd / sketch

A Common Lisp framework for the creation of electronic art, visual design, game prototyping, game making, computer graphics, exploration of human-computer interaction, and more.
MIT License
1.4k stars 67 forks source link

Sdl2-image and sdl2-ttf not found #6

Closed dangom closed 8 years ago

dangom commented 8 years ago

Hi,

I would love to give sketch a try, but I can't seem to get it to load. When I call (ql:quickload "sketch") quicklisp complains that it cannot find system "sdl2-image". Any idea of why that happens? I'm using CCL 1.11 on OS X.

Thanks a lot!

vydd commented 8 years ago

Hey,

I think you’ll need to (ql:update-client) and (ql:update-all-dists) first, seems like you’re running an older quicklisp version. Also, you’re going to need to grab sdl2-image framework from their site.

Have fun!

On Mar 21, 2016, at 10:38 PM, Daniel Gomez notifications@github.com wrote:

Hi,

I would love to give sketch a try, but I can't seem to get it to load. When I call (ql:quickload "sketch") quicklisp complains that it cannot find system "sdl2-image". Any idea of why that happens? I'm using CCL 1.11 on OS X.

Thanks a lot!

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/vydd/sketch/issues/6

dangom commented 8 years ago

Thanks for the quick answer. Works like a charm!