mirror of
git://git.code.sf.net/p/sbcl/sbcl
synced 2026-09-10 07:26:40 -04:00
Some checks are pending
CL-host / ecl (push) Waiting to run
CL-host / clisp (push) Waiting to run
CL-host / ccl (push) Waiting to run
CL-host / cmucl (push) Waiting to run
CL-host / sbcl (push) Waiting to run
CL-host / compare-xc-host-fasls (ccl, false) (push) Blocked by required conditions
CL-host / compare-xc-host-fasls (clisp, false) (push) Blocked by required conditions
CL-host / compare-xc-host-fasls (cmucl, false) (push) Blocked by required conditions
CL-host / compare-xc-host-fasls (self, false) (push) Blocked by required conditions
Linux arm / build (push) Waiting to run
Linux arm64 / build () (push) Waiting to run
Linux qemu / build (ppc64le) (push) Waiting to run
Linux qemu / build (riscv64) (push) Waiting to run
Linux / build (x86, --without-sb-unicode, ) (push) Waiting to run
Linux / build (x86, --with-sb-thread, ) (push) Waiting to run
Linux / build (x86, --without-sb-thread, ) (push) Waiting to run
Linux / build (x86-64, --with-mark-region-gc --with-nonstop-foreign-call) (push) Waiting to run
Linux / build (x86-64, --with-sb-fasteval --without-sb-eval --with-nonstop-foreign-call, fasteval) (push) Waiting to run
Linux / build (x86-64, --with-sb-thread --with-nonstop-foreign-call, sse4) (push) Waiting to run
Linux / build (x86-64, --with-sb-thread, ) (push) Waiting to run
Linux / build (x86-64, --without-sb-thread, ) (push) Waiting to run
Linux / build (x86-64, --without-sb-unicode, ) (push) Waiting to run
Mac / build (arm64, --with-mark-region-gc --with-nonstop-foreign-call) (push) Waiting to run
Mac / build (arm64, --with-sb-thread --with-nonstop-foreign-call) (push) Waiting to run
Mac / build (x86-64, --with-mark-region-gc --with-nonstop-foreign-call) (push) Waiting to run
Mac / build (x86-64, --with-sb-thread --with-nonstop-foreign-call) (push) Waiting to run
Windows arm64 / build (arm64, clang-aarch64, clangarm64) (push) Waiting to run
Windows / build (x86-64, ucrt-x86_64, ucrt64) (push) Waiting to run
- make bug reporting instructions more consistent - add DOCUMENTATION file - deduplicate Texinfo @cindex lines - fix typos and URLs - update obsolete references to Texinfo - standardize the spelling of HyperSpec
36 lines
1.1 KiB
Plaintext
36 lines
1.1 KiB
Plaintext
GENERAL INFORMATION
|
|
|
|
Welcome to SBCL.
|
|
|
|
If you'd like to install or build the system, see the "INSTALL" file.
|
|
|
|
To find out more about who created the system, see the "CREDITS" file.
|
|
|
|
If you'd like information about the legalities of copying the system,
|
|
see the "COPYING" file.
|
|
|
|
The "DOCUMENTATION" file describes the various formats and ways to
|
|
access the documentation.
|
|
|
|
The system is a work in progress. See the "TODO" file in the source
|
|
distribution for some highlights.
|
|
|
|
See the "BUGS" file for how to view or report bugs.
|
|
|
|
If you'd like to make suggestions or help to improve the system,
|
|
please send mail to one of the mailing lists:
|
|
|
|
sbcl-help@lists.sourceforge.net
|
|
sbcl-devel@lists.sourceforge.net
|
|
Note that as a spam reduction measure you must subscribe to the lists
|
|
before you can post: https://sourceforge.net/p/sbcl/mailman/
|
|
|
|
The "HACKING" file has more details regarding hacking on and
|
|
contributing to SBCL.
|
|
|
|
SYSTEM-SPECIFIC HINTS
|
|
|
|
for OpenBSD 6.0 and newer:
|
|
SBCL must be built and run from a filesystem with the "wxallowed"
|
|
mount option, such as /usr/local in the default install.
|