Skip to content
Edgard Bikelis edited this page Jun 16, 2018 · 2 revisions

Welcome to the asteroids wiki!

Bug: Sept Quicklisp release Crash after first wave of rocks Fixed. Please update with Oct release or get the file 'asteroids.lisp' over to your quicklisp Asteroids system. You can also git clone this repo into a local directory.

missing libraries

If, on installing :LISPBUILDER-SDL-GFX, the installation complains that it’s

Unable to load any of the alternatives:
   ("libSDL_gfx" "libSDL_gfx.so" "libSDL_gfx.so.4"
    "libSDL_gfx.so.5" "libSDL_gfx.so.13" "libSDL_gfx.so.13.0.0")
   [Condition of type CFFI:LOAD-FOREIGN-LIBRARY-ERROR]

installing the packages sdl2_gfx and sdl_gfx (on Arch) solves the problem.

Clone this wiki locally