From 383585e44e56be0e690ad96895f73abf8454d3be Mon Sep 17 00:00:00 2001 From: Dan Leslie Date: Thu, 20 Nov 2014 17:36:50 -0800 Subject: Initial Chicken support --- README.elpa | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'README.elpa') diff --git a/README.elpa b/README.elpa index 6b1cd66..e470dcc 100644 --- a/README.elpa +++ b/README.elpa @@ -34,6 +34,18 @@ Main functionalities: - Support for inline images in schemes, such as Racket, that treat them as first order values. + +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 + See http://www.nongnu.org/geiser/ for the full manual in HTML form, or the the info manual installed by this package. -- cgit v1.2.3