Installation notes

See installation.html for full instructions. These notes relate to the various Lisp implementations, operating systems, and related software that slippery chicken uses.

Lisp implementations

+ SBCL

MAC OS 10.7.x 64-bit (x86_64)
FEDORA 16 (3.3.x) 64-bit (x86_64)
WINDOWS 7 64-bit (x86_64)

close

+ Clozure CL (CCL - formerly OpenMCL)

MAC OS 10.7.x 64-bit (x86_64)
FEDORA 16 (3.3.x) 64-bit (x86_64)
WINDOWS 7 64-bit (x86_64)

close

Emacs

+ The Emacs application

MAC OS 10.7.3 64-bit (x86_64)
FEDORA 16 (3.3.x) 64-bit (x86_64)
WINDOWS 7 64-bit (x86_64)

close

+ SLIME

Get the cvs snapshot of SLIME for all platforms here:

close

+ .emacs file

Put in the .emacs file for all platforms:

(add-to-list 'load-path "/path/to/slime-2012-01-12")

;; un-comment one of these:

;; for SBCL on Linux and MacOS:
;; (setq inferior-lisp-program "/usr/local/bin/sbcl")

;; for SBCL on Windows 7:
;; (setq inferior-lisp-program "sbcl")

;; for CCL:
;; for Mac
;; (setq inferior-lisp-program "/path/to/dx86cl64")
;; ...or Linux: "/path/to/lx86cl64"
;; ...of Windows 7 "/path/to/wx86cl64.exe"

(require 'slime)
(slime-setup '(slime-fancy))

NB: On Windows 7 the default location for ~/ is:
C:\Users\\AppData\Roaming\

close

CMN

+ CMN on SBCL

MacOS 10.7.x 64-bit
Fedora 16 64-bit (3.3.x)
Windows 7 64-bit

close

+ CMN on CCL

MacOS 10.7.x 64-bit
Fedora 16 64-bit (3.3.x)
Windows 7 64-bit

close

CLM

+ CLM on SBCL

MacOS 10.7.x 64-bit
Fedora 16 64-bit (3.3.x)

Fedora 16 must have a csh/tsch and the alsa-lib-devel installed:

Windows 7 64-bit

Not supported.

close

+ CLM on CCL

MacOS 10.7.x 64-bit
Fedora 16 64-bit (3.3.x)

Fedora 16 must have a csh/tsch and the alsa-lib-devel installed:

Windows 7 64-bit

Not supported.

close