chiark / gitweb /
Fixed CLIPBOARD-SET name clash from previous commit
[clg] / README
CommitLineData
4cbcd094 1This package contains Common Lisp bindings to GTK+ v2.x. It currently
127f34b4 2works with CMUCL 19, SBCL 0.9 and CLISP. Ports to other CL
4cbcd094 3implementations may be added later.
560af5c5 4
5
6New versions
7------------
8
4cbcd094 9The most recent version of this package can be downloaded from
10http://sourceforge.net/projects/clg.
560af5c5 11
12
13
14Build instructions
15------------------
16
b56b4e4a 171. If you are using a version of SBCL without native callback support
18 you need to upgrade or add third party callback code. The following
127f34b4 19 instructions of how to add callback support, are borrowed
b56b4e4a 20 from the Common Music installation guide:
792ab9c7 21
22