diff options
author | Dan Leslie <dan@ironoxide.ca> | 2014-11-20 17:36:50 -0800 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2015-02-09 06:01:56 +0100 |
commit | 9b2df64dc1b7500d771e5ddc87b63a0b50c492ea (patch) | |
tree | 7a8bfa0e8508c2d0830d84ea3d361f0dc49cf92b /README | |
parent | a9a078a30524cec2068c68736d7ca260c4cb20aa (diff) | |
download | geiser-9b2df64dc1b7500d771e5ddc87b63a0b50c492ea.tar.gz geiser-9b2df64dc1b7500d771e5ddc87b63a0b50c492ea.tar.bz2 |
Initial Chicken support
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -32,6 +32,7 @@ supported scheme implementations: - Guile 2.0 or better. - PLT Racket 5.3 or better. + - Chicken 4.8.0 or better. * Installation @@ -42,6 +43,9 @@ 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. + * Basic configuration The loading invocations above install all supported Scheme |