crategus / cl-cffi-gtk

cl-cffi-gtk is a Lisp binding to the GTK+ 3 library.

Home Page:http://www.crategus.com/books/cl-cffi-gtk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

quicklisp support

zabbal opened this issue · comments

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/

Nevermind, #16 should do the trick without it.