From c43a22e02b1e457f1c77df72d7ce66f3c2676cfa Mon Sep 17 00:00:00 2001 Message-Id: From: Mark Wooding Date: Sun, 19 Feb 2006 19:33:21 +0000 Subject: [PATCH] Build instructions updated for SBCL with native C callback support Organization: Straylight/Edgeware From: espen --- README | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README b/README index ade5bdc..565e2b7 100644 --- 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. -- [mdw]