chiark / gitweb /
Moved definition of widget class to gtktypes.lisp
[clg] / README
CommitLineData
560af5c5 1This package contains Common Lisp bindings to GTK+ v2.0. It currently
2works with only CMUCL, but ports to other CL implementations may be
3added later.
4
5
6New versions
7------------
8
9The most recent version of this package can be found at:
10
11
12
13Build instructions
14------------------
15
161. When building for CMUCL, first obtain a matching binary and source
17 tree (the only source file you will actually need is lisp.h, which
18 have to be copied or linked to your CMUCL_LIB directory). On ELF
19 systems you may also have to rebuild lisp with -rdynamic added to
20 OS_LINK_FLAGS.
21
222.
23
24
25