summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Leslie <dan@ironoxide.ca>2018-11-10 23:55:06 -0800
committerJose Antonio Ortega Ruiz <jao@gnu.org>2018-11-12 17:46:57 +0000
commit7ef1cca1241a9e4e6faaac99f58cbc0503d350ad (patch)
treea2b08e1a0fa73f71df191e1171b6dea128ec6e14
parent5008491de549001f3013510d8f06a8a416389ecf (diff)
downloadgeiser-7ef1cca1241a9e4e6faaac99f58cbc0503d350ad.tar.gz
geiser-7ef1cca1241a9e4e6faaac99f58cbc0503d350ad.tar.bz2
Chicken 5 works with Geiser, many features removed
-rw-r--r--README.org13
1 files changed, 12 insertions, 1 deletions
diff --git a/README.org b/README.org
index 69d389d..674d068 100644
--- a/README.org
+++ b/README.org
@@ -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.