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 | 383585e44e56be0e690ad96895f73abf8454d3be (patch) | |
tree | e4e7b0ca78e23942b390e46a5678e0a739d53dab /README | |
parent | ebbb1f69de76d8dac705ef3b977b1598572b87f7 (diff) | |
download | geiser-guile-383585e44e56be0e690ad96895f73abf8454d3be.tar.gz geiser-guile-383585e44e56be0e690ad96895f73abf8454d3be.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 |