chiark / gitweb /
Build instructions updated for SBCL with native C callback support
[clg] / README
CommitLineData
caa50148 1This package contains Common Lisp bindings to GTK+ v2.x. It currently
0f2a8673 2only works with CMUCL 19 and SBCL 0.9, but ports to other CL
caa50148 3implementations may be added later.
0d07716f 4
5
6New versions
7------------
8
caa50148 9The most recent version of this package can be downloaded from
10http://sourceforge.net/projects/clg.
0d07716f 11
12
13
14Build instructions
15------------------
16
c43a22e0 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
19 instructions of how to add third party callback support, are borrowed
20 from the Common Music installation guide:
4f67cedc 21
22