# HG changeset patch # User Steve Losh # Date 1545883379 18000 # Node ID ead2049cce0fc57e15b54898229284e21d33c8e7 # Parent 37d36cd360d1642026288e170dcdb760a0043d14 Update diff -r 37d36cd360d1 -r ead2049cce0f README.markdown --- a/README.markdown Wed Dec 26 22:41:31 2018 -0500 +++ b/README.markdown Wed Dec 26 23:02:59 2018 -0500 @@ -570,4 +570,15 @@ * The personal edition can't run a non-GUI (jesus). I guess I'm not adding it to my automated tests. +What the hell, let's get Allegro running too. Allegro worked out of the box +because I had already done the 32 bit bullshit for LispWorks, but it too is +janky. At least Allegro provides a command line REPL in `alisp`. That's nice. +Installed ABCL on this laptop to run tests there too. The installation process +is just: + +* Download the `-bin` from the site. You don't also need to grab the contrib, + it's all bundled together. +* Put the two JARs in `/usr/local/bin`. +* Make a shell script to call `java -jar abcl.jar`. +