# HG changeset patch # User Steve Losh # Date 1677806400 18000 # Node ID 39eb27bab17baea989fbe88b57a2f75f0b08817d # Parent 43050007ebb5181d7f48f9beff5c1d3a0c8932f1 Update README diff -r 43050007ebb5 -r 39eb27bab17b README.markdown --- 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 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.