1.0.23.38: fix bug 430 (stack alloc by nested defstruct constructors)
[sbcl.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index 2eec8f1..bfc16af 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -19,6 +19,11 @@ INSTALLING SBCL
 
 1.1. Quick start:
 
 
 1.1. Quick start:
 
+  To run SBCL without installing it, from the top of binary distribution
+  directory:
+
+    $ sh run-sbcl.sh
+
   The following command installs SBCL and related documentation under
   the "/usr/local" directory:
   
   The following command installs SBCL and related documentation under
   the "/usr/local" directory:
   
@@ -154,7 +159,8 @@ INSTALLING SBCL
                (pushnew x features))
              (disable (x)
                (setf features (remove x features))))
                (pushnew x features))
              (disable (x)
                (setf features (remove x features))))
-        ;; Threading support, available on x86/x86-64 Linux only.
+        ;; Threading support, available only on x86/x86-64 Linux, x86 Solaris
+        ;; and x86 Mac OS X (experimental).
         (enable :sb-thread)))
 
   This is the preferred way because it lets local changes interact
         (enable :sb-thread)))
 
   This is the preferred way because it lets local changes interact
@@ -225,7 +231,6 @@ INSTALLING SBCL
     SBCL
     CMUCL
     OpenMCL
     SBCL
     CMUCL
     OpenMCL
-    CLISP (recent versions only)
     ABCL (recent versions only)
 
     Note that every release isn't tested with every possible host
     ABCL (recent versions only)
 
     Note that every release isn't tested with every possible host
@@ -241,11 +246,12 @@ INSTALLING SBCL
     NetBSD                  X
     Solaris                 X              X
     Tru64                            X
     NetBSD                  X
     Solaris                 X              X
     Tru64                            X
-    Darwin (Mac OS X)           X
+    Darwin (Mac OS X)       X   X
+    Windows                 X
 
     Some operating systems are more equal than others: most of the
 
     Some operating systems are more equal than others: most of the
-    development and testing is done on x86 Linux and *BSD, PPC Linux
-    and Mac OS X.
+    development and testing is done on x86/x86-64 Linux and x86/PPC
+    Mac OS X.
 
     If an underprivileged platform is important to you, you can help
     by e.g. testing during the monthly freeze periods, and most
 
     If an underprivileged platform is important to you, you can help
     by e.g. testing during the monthly freeze periods, and most