X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/clg/blobdiff_plain/17bf3fff0d28c667180089b81ec80366d32f70fa..79c7839653d89bae3d5d7ef490ef32dd5d248b30:/README diff --git a/README b/README index d580a7d..565e2b7 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ This package contains Common Lisp bindings to GTK+ v2.x. It currently -only works with CMUCL 19a and SBCL (0.8.21), but ports to other CL +only works with CMUCL 19 and SBCL 0.9, but ports to other CL implementations may be added later. @@ -14,10 +14,10 @@ http://sourceforge.net/projects/clg. Build instructions ------------------ -1. When building for SBCL you first need to add callback support, - since SBCL does not yet has a native callback facility. The - following instructions are borrowed from the Common Music - installation guide: +1. If you are using a version of SBCL without native callback support + you need to upgrade or add third party callback code. The following + instructions of how to add third party callback support, are borrowed + from the Common Music installation guide: 1. Download Thomas Burdick's Alien Function packageĀ¹ and restore it to a directory on your machine.