39eb27bab17b
Update README
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Thu, 02 Mar 2023 20:20:00 -0500 |
parents | 43050007ebb5 |
children | d2ec86ecbfcf |
branches/tags | (none) |
files | README.markdown |
Changes
--- a/README.markdown Thu Mar 02 19:52:55 2023 -0500 +++ b/README.markdown Thu Mar 02 20:20:00 2023 -0500 @@ -1,1 +1,11 @@ https://itch.io/jam/august-2016-lisp-game-jam + +1. Install SBCL and Quicklisp. +2. Clone or symlink <https://github.com/sjl/cl-losh> into your Quicklisp local projects directory. +3. Run `make`. +4. Run `./silt`. + +Recent versions of SBCL may have broken cl-charms' Unicode support, see [this +bug](https://github.com/HiTECNOLOGYs/cl-charms/issues/32#issuecomment-1153417197). +Use an earlier version (1.8 ish) or scrub the codebase of fancy characters to +get it working until someone debugs cl-charms.