summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormathieu <math.per@hotmail.com>2019-08-22 14:51:25 +0000
committermathieu <math.per@hotmail.com>2019-08-22 14:51:25 +0000
commit6bad5c0ce8a19e2046e143a1d1c30e04ae6c2439 (patch)
treecced9468a2711097c935cb53e0a0eb3a559b1a2c
parent6d6253ef126e8e3def616eab5e05c0bf8ef46b9b (diff)
downloadgeiser-6bad5c0ce8a19e2046e143a1d1c30e04ae6c2439.tar.gz
geiser-6bad5c0ce8a19e2046e143a1d1c30e04ae6c2439.tar.bz2
Update README.org
-rw-r--r--README.org17
1 files changed, 17 insertions, 0 deletions
diff --git a/README.org b/README.org
index 2d47cc5..3e07839 100644
--- a/README.org
+++ b/README.org
@@ -35,6 +35,7 @@
- MIT/GNU Scheme 9.1.1 or better.
- Chibi 0.7.3 or better.
- Chez 9.4 or better.
+ - Gambit 4.9.3 or better.
* Installation
@@ -76,6 +77,22 @@
$ curl http://3e8.org/pub/chicken-doc/chicken-doc-repo.tgz | sudo tar zx
#+END_EXAMPLE
+** Gambit Addendum
+ These steps are necessary to fully support Gambit Scheme.
+
+ 1 - clone the last version of gambit
+ 2 - configure gambit using --enable-rtlib-debug-source to activate autodoc
+#+BEGIN_EXAMPLE
+ $ cd ~/
+ $ git clone "the gambit repo address"
+ $ cd gambit
+ $ ./configure --enable-single-host --enable-debug --enable-rtlib-debug-source
+ $ make bootstrap
+ $ make bootclean
+ $ make -j
+ $ make install
+#+END_EXAMPLE
+
* Basic configuration
The loading invocations above install all supported Scheme