X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=INSTALL;h=378515b33b8e34575fd45298d293663d42aee037;hb=HEAD;hp=631ec4c7c7446deaa08a5d3b5b3c8b438a870b3d;hpb=650ed695beab15e185a42814ef611c980d0c4f5e;p=sbcl.git 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.