diff options
author | Dan Leslie <dan@ironoxide.ca> | 2018-11-10 23:55:06 -0800 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2018-11-12 17:46:57 +0000 |
commit | 7ef1cca1241a9e4e6faaac99f58cbc0503d350ad (patch) | |
tree | a2b08e1a0fa73f71df191e1171b6dea128ec6e14 /README.org | |
parent | 5008491de549001f3013510d8f06a8a416389ecf (diff) | |
download | geiser-7ef1cca1241a9e4e6faaac99f58cbc0503d350ad.tar.gz geiser-7ef1cca1241a9e4e6faaac99f58cbc0503d350ad.tar.bz2 |
Chicken 5 works with Geiser, many features removed
Diffstat (limited to 'README.org')
-rw-r--r-- | README.org | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -45,7 +45,18 @@ or byte-compiled and installed after performing the standard configure/make/make install dance. See the INSTALL file for more details. -** Chicken Addendum +** Chicken 5 Addendum + These steps are necessary to fully support Chicken Scheme, but are + not required for any other scheme. + + - Install the necessary support eggs: + +#+BEGIN_EXAMPLE + $ chicken-install -s apropos srfi-18 srfi-1 +#+END_EXAMPLE + + +** Chicken 4 Addendum These steps are necessary to fully support Chicken Scheme, but are not required for any other scheme. |