Initial revision
[clg] / README
1 This package contains Common Lisp bindings to GTK+ v2.0. It currently
2 works with only CMUCL, but ports to other CL implementations may be
3 added later.
4
5
6 New versions
7 ------------
8
9 The most recent version of this package can be found at:
10
11
12
13 Build instructions
14 ------------------
15
16 1. 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
22 2.
23
24
25