cl-gtk2 is ASDF-installable
January 8, 2010
I have uploaded neccessary source archives and created necessary cliki.net pages to make cl-gtk2 installable with ASDF-INSTALL.
This means that it is possible to install cl-gtk2 with the following commands at the REPL:
(asdf:oos 'asdf:load-op :asdf-install)
(asdf-install:install :cl-gtk2-gtk)
(asdf-install:install :cl-gtk2-cairo)
(asdf-install:install :cl-gtk2-gtkglext)
Advertisement