I present the simplest one I found.
- Install Lisp cabinet. I installed SBCL version only.
 - Run it (choose SBCL version in the dialog) and in SBCL REPL run the command (lisp-cabinet:load-quicklisp)
 - Now we have almost everything done and the only lacking part is the Lispbuilder-SDL itself. To install it:
 - Get the runtime of SDL library and put SDL.dll file, say, to C:\WINDOWS\ folder.
 - Install the Lispbuilder-SDL with the following command in REPL: (ql:quickload "lispbuilder-sdl")
 
VoilĂ .
No comments:
Post a Comment