Last active
January 17, 2017 18:32
-
-
Save pinkwerks/30fcec430766dd74387e67fd4b09dd1e to your computer and use it in GitHub Desktop.
Lisp: Bootstrapping SBCL + Caveman on Win 10 64
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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