Skip to content
Gerd Heber edited this page Aug 11, 2019 · 2 revisions

To load Kenzo as provided by this repo, make sure ASDF knowns where to find the source, e.g., by creating a (symbolic) link to this directory at

  ~/.local/share/common-lisp/source/

Then, in your Lisp REPL, e.g., in ECL, type

(require :asdf)
(require :kenzo)
Clone this wiki locally