[cells-gtk-devel] first steps
Ramarren
ramarren at gmail.com
Sat Jul 2 17:13:14 UTC 2011
Hello,
On Sat, Jul 2, 2011 at 6:55 PM, Haris Bogdanovich <fbogdanovic at xnet.hr> wrote:
> I loaded Cells into Lispworks with
>
> (asdf:oos 'asdf:load-op 'cells)
>
> I hope that's ok ?
You are posting to cells-gtk mailing list, and since you are referring
to windows later I am assuming you want to use cells-gtk. Which is a
GTK binding which uses cells. Probably the best way to install
cells-gtk and its dependencies right now is to use
http://www.quicklisp.org/beta/ . Once you install quicklisp by
following instructions at that site you can install cells-gtk and the
demo application with:
(ql:quickload :test-gtk)
and run it with:
(test-gtk:gtk-demo)
Hope this helps,
Jakub Higersberger
More information about the cells-gtk-devel
mailing list