Skip to content

Instantly share code, notes, and snippets.

@pinkwerks
Last active January 17, 2017 18:32
Show Gist options
  • Save pinkwerks/30fcec430766dd74387e67fd4b09dd1e to your computer and use it in GitHub Desktop.
Save pinkwerks/30fcec430766dd74387e67fd4b09dd1e to your computer and use it in GitHub Desktop.
Lisp: Bootstrapping SBCL + Caveman on Win 10 64
The single most important thing is to make and install emacs and gcc to a path without spaces!
This means, when prompted, to customize your path. Be sane and use c:\ !
Get and install emacs (unzip to a path with no spaces!)
Install 64bit MinGW
Be sure to select x86_64 for the Architecture (not i686!) when prompted
https://sourceforge.net/projects/mingw-w64/?source=typ_redirect
Install openssl
https://slproweb.com/products/Win32OpenSSL.html
Get and install http://quicklisp.org
(ql:quickload "caveman2")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment