Unbreak non-x86 builds
[sbcl.git] / README
blob673b1d7bee8677ebd9c8fa47d71f23fed43302c3
1 GENERAL INFORMATION
3 Welcome to SBCL.
5 If you'd like to install or build the system, see the "INSTALL" file.
7 To find out more about who created the system, see the "CREDITS" file.
9 If you'd like information about the legalities of copying the system,
10 see the "COPYING" file.
12 If you'd like more information about using the system, see the man
13 page, "sbcl.1", or the user manual in the "doc/manual" subdirectory of
14 the distribution. (The user manual is maintained as Texinfo in the
15 source distribution; HTML version is available for download, and
16 "INSTALL" describes how to build the Texinfo version in HTML and PDF.)
18 The system is a work in progress. See the "TODO" file in the source
19 distribution for some highlights.
21 The "BUGS" file lists current known bugs.
23 If you'd like to make suggestions, report a bug, or help to improve the
24 system, please send mail to one of the mailing lists:
25   sbcl-help@lists.sourceforge.net
26   sbcl-devel@lists.sourceforge.net
27 Note that as a spam reduction measure you must subscribe to the lists
28 before you can post.
30 The "HACKING" file has more details regarding hacking on and
31 contributing to SBCL.
33 SYSTEM-SPECIFIC HINTS
35 for NetBSD:
36   NetBSD 2.0 and above are required because of the lack of needed
37   signal APIs in NetBSD 1.6 and earlier.