chiark / gitweb /
Build instructions updated for SBCL with native C callback support
[clg] / README
diff --git a/README b/README
index ade5bdcc10ee8181f756553357fc44723bbcf7ea..565e2b72b1292f0153a9bca3cddfb5e6ae2f1015 100644 (file)
--- a/README
+++ b/README
@@ -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.