crategus / cl-cffi-gtk

cl-cffi-gtk is a Lisp binding to the GTK+ 3 library.
http://www.crategus.com/books/cl-cffi-gtk
146 stars 33 forks source link

quicklisp support #20

Closed zabbal closed 10 years ago

zabbal commented 10 years ago

There are some old gtk bindings available via quicklisp but not this one. Would be great if http://www.quicklisp.org/beta/ could work out of the box.

Since cl-cffi-gtk depends on quite a few other libraries this would also simplify installation and let users to start with actual development quicker.

Note - all of the dependencies mentioned in http://www.crategus.com/books/cl-gtk/gtk-tutorial_2.html#SEC2 are already available via quicklisp: http://quickdocs.org/cffi/ http://quickdocs.org/trivial-garbage/ http://quickdocs.org/iterate/ http://quickdocs.org/bordeaux-threads/ http://quickdocs.org/closer-mop/

zabbal commented 10 years ago

Nevermind, #16 should do the trick without it.