From 7c3eaa2d60a96d4b49ead63b5db9ec5a8784e1ab Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Mon, 9 Feb 2015 04:14:49 +0100 Subject: Documentation updates and nits for Freija Preparing the release of 0.7, which will feature support for Chicken thanks to Dan and Freija! --- README | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'README') diff --git a/README b/README index cc8bf7e..0a577a7 100644 --- a/README +++ b/README @@ -31,7 +31,7 @@ Geiser needs Emacs 23.2 or better, and at least one of the supported scheme implementations: - Guile 2.0 or better. - - PLT Racket 5.3 or better. + - PLT Racket 6.0 or better. - Chicken 4.8.0 or better. * Installation @@ -43,8 +43,15 @@ or byte-compiled and installed after perfoming the standard configure/make/make install dance. See the INSTALL file for more details. - Chicken Scheme requires additional steps which are detailed in the INSTALL - file and the README.elpa file. +** 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 * Basic configuration -- cgit v1.2.3