X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=INSTALL;h=bfc16afeb46930019f75254ab86a9e6facc5304c;hb=e66288cd5588b336b79a7e19f1c884e4e3263d53;hp=2eec8f1a60622678a67dae4d4408e29887d283ba;hpb=b03ad9b03a3cfec37db9bf6bb0912725959335e3;p=sbcl.git diff --git a/INSTALL b/INSTALL index 2eec8f1..bfc16af 100644 --- a/INSTALL +++ b/INSTALL @@ -19,6 +19,11 @@ INSTALLING SBCL 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: @@ -154,7 +159,8 @@ INSTALLING SBCL (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 @@ -225,7 +231,6 @@ INSTALLING SBCL SBCL CMUCL OpenMCL - CLISP (recent versions only) 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 - Darwin (Mac OS X) X + Darwin (Mac OS X) X X + Windows X 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