sbclref.txt 445 B

123456789101112131415161718
  1. # steel bank common lisp
  2. Source file: http://www.sbcl.org/platform-table.html
  3. Install instructions: http://sbcl.org/getting.html
  4. # installing a binary
  5. bzip2 -cd sbcl-2.3.7-x86-64-linux-binary.tar.bz2 | tar xvf -
  6. cd sbcl-2.3.7-x86-64-linux/
  7. # the following command installs SBCL and related documentation under
  8. # the "/usr/local" directory (typically run as root):
  9. doas sh install.sh
  10. # running sbcl
  11. $ sbcl
  12. # to quit SBCL, type (quit)/(exit)