From 9b2df64dc1b7500d771e5ddc87b63a0b50c492ea Mon Sep 17 00:00:00 2001 From: Dan Leslie Date: Thu, 20 Nov 2014 17:36:50 -0800 Subject: Initial Chicken support --- INSTALL | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL index 5148ea4..ea45e67 100644 --- a/INSTALL +++ b/INSTALL @@ -50,6 +50,16 @@ package-install-file. (require 'geiser-install) +* Chicken Addendum + These steps are necessary to fully support Chicken Scheme, but are + not required for any other scheme. + + - Install the necessary support eggs: + $ chicken-install -s apropos chicken-doc + - Update the Chicken documentation database: + $ cd `csi -p '(chicken-home)'` + $ curl http://3e8.org/pub/chicken-doc/chicken-doc-repo.tgz | sudo tar zx + You're ready to go! Geiser's makefile accepts also all those other standard autotools -- cgit v1.2.3