diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2015-02-09 04:14:49 +0100 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2015-02-09 06:03:12 +0100 |
commit | 3dd68414304fede65cb3f0c7951d813bb7b0f792 (patch) | |
tree | 8943b3bccd79b30615d85c2ad9a53ccf3cbc144a /README | |
parent | 383585e44e56be0e690ad96895f73abf8454d3be (diff) | |
download | geiser-guile-3dd68414304fede65cb3f0c7951d813bb7b0f792.tar.gz geiser-guile-3dd68414304fede65cb3f0c7951d813bb7b0f792.tar.bz2 |
Documentation updates and nits for Freija
Preparing the release of 0.7, which will feature support for Chicken
thanks to Dan and Freija!
Diffstat (limited to 'README')
-rw-r--r-- | README | 13 |
1 files changed, 10 insertions, 3 deletions
@@ -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 |