From f4a538dc5134b33c7f4d5ac2f2b206cff58e9e32 Mon Sep 17 00:00:00 2001 From: Camden Dixie O'Brien Date: Fri, 30 May 2025 15:42:16 +0100 Subject: [PATCH] Specify SBCL requirement in README --- README | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README b/README index 88643d6..7d8712b 100644 --- a/README +++ b/README @@ -33,6 +33,10 @@ the current directory to ASDF's registry is (push *default-pathname-defaults* asdf:*central-registry*) (asdf:load-system :ham) +As it stands the system will only work with SBCL, though I don't think +it would be *that* much work to get it working with other Common Lisp +implementations. + Maxima ended up being a bit of a pain to build fully within ASDF so the ASDF config first compiles it with its autotools set-up (so you'll need autoconf et al) and uses the FASLs from that build when possible.