X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=INSTALL;h=050e67f71b0f59a43eb66563f245366b4e0be187;hb=17532463fa19f2fc2aba53b65c32e200a27ccd6a;hp=2eec8f1a60622678a67dae4d4408e29887d283ba;hpb=b03ad9b03a3cfec37db9bf6bb0912725959335e3;p=sbcl.git diff --git a/INSTALL b/INSTALL index 2eec8f1..050e67f 100644 --- a/INSTALL +++ b/INSTALL @@ -154,7 +154,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 @@ -241,11 +242,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