From 914eb1368d9da23794e99a92f0769772ed572e47 Mon Sep 17 00:00:00 2001 From: Nikodemus Siivola Date: Fri, 6 Apr 2012 11:47:17 +0300 Subject: [PATCH] clarify the make.sh --with-feature and --without-feature syntax in INSTALL Documentation-only, so going in despite the freeze. --- INSTALL | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/INSTALL b/INSTALL index 631ec4c..378515b 100644 --- a/INSTALL +++ b/INSTALL @@ -180,23 +180,27 @@ INSTALLING SBCL Some features of interest: - :SB-THREAD + :SB-THREAD (--with-sb-thread, --without-sb-thread) + Native threads. Enabled by default on x86[-64] Linux only, also available on x86[-64] Max OS X, x86[-64] FreeBSD, x86 Solaris, and PPC Linux. - NOTE: --fancy enables threads on all platforms where they can - be built, even if they aren't 100% stable on that platform. + NOTE: --fancy enables threads on all platforms where they can be + built, even if they aren't 100% stable on that platform. + + :SB-CORE-COMPRESSION (--with-sb-core-compression) - :SB-CORE-COMPRESSION Adds zlib as a build-dependency, and makes SBCL able to save compressed cores. Not enabled by default. - :SB-XREF-FOR-INTERNALS + :SB-XREF-FOR-INTERNALS (--with-sb-xref-for-internals) + XREF data for SBCL internals. Not enabled by default, increases core size by 5-6mb. - :SB-UNICODE + :SB-UNICODE (--without-sb-unicode) + Unicode support. Enabled by default. Disabling this feature limits characters to the 8-bit ISO-8859-1 set. -- 1.7.10.4