diff options
-rw-r--r-- | README | 6 | ||||
-rw-r--r-- | doc/macros.texi | 2 |
2 files changed, 5 insertions, 3 deletions
@@ -33,11 +33,13 @@ - Guile 2.0 or better. - PLT Racket 6.0 or better. - Chicken 4.8.0 or better. - - MIT/GNU Scheme 9.2 or better + - MIT/GNU Scheme 9.1.1 or better. + - Chibi 0.7.3 or better. + - Chez 9.4 or better. * Installation - The easiest way is to use ELPA/Marmalade, and just type + The easiest way is to use MELPA, and just type `M-x install-package RET geiser` inside emacs. Geiser can be used either directly from its uninstalled source tree diff --git a/doc/macros.texi b/doc/macros.texi index 309a224..ebd1127 100644 --- a/doc/macros.texi +++ b/doc/macros.texi @@ -4,7 +4,7 @@ @set GUILE_VERSION 2.0.9 @set RACKET_VERSION 6.0 @set CHICKEN_VERSION 4.8.0 -@set MIT_VERSION 9.2.1 +@set MIT_VERSION 9.1.1 @set CHIBI_VERSION 0.7.3 @set CHEZ_VERSION 9.4 @set EMACS_VERSION 23.2 |