From 65e5ccbe0659ab4a01425be58e05156638db90e9 Mon Sep 17 00:00:00 2001 From: Gene Pasquet Date: Sun, 26 Jul 2026 11:01:00 +0100 Subject: Add README --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..daea648 --- /dev/null +++ b/README.md @@ -0,0 +1,24 @@ +HAIKU BOOK +============= + +A very simple book of haiku implemented in common lisp and CLIM. + + +## How to install + +Prerequisistes: + +- sbcl +- quicklisp +- mcclim + +Use the following process to install and run: + +```lisp +(ql:quickload :mcclim) +(ql:quickload :haiku-book) +(in-package :haiku-book/frame) +(clim:find-application-frame 'read-haiku) +``` + +Enjoy! -- cgit v1.2.3