From 6bad5c0ce8a19e2046e143a1d1c30e04ae6c2439 Mon Sep 17 00:00:00 2001 From: mathieu Date: Thu, 22 Aug 2019 14:51:25 +0000 Subject: Update README.org --- README.org | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'README.org') 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 -- cgit v1.2.3