Specify SBCL requirement in README
This commit is contained in:
parent
f05af1bbbb
commit
f4a538dc51
4
README
4
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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user