diff options
author | mathieu <math.per@hotmail.com> | 2019-08-22 14:51:25 +0000 |
---|---|---|
committer | mathieu <math.per@hotmail.com> | 2019-08-22 14:51:25 +0000 |
commit | 73efe9010c753659efada9519a198be49442e03a (patch) | |
tree | 8c08fd5877bbfab3b66e112661d2ac04fed046f1 /README.org | |
parent | 56e3149aa1158743f96a5a0bdf5940eaf510a35f (diff) | |
download | geiser-guile-73efe9010c753659efada9519a198be49442e03a.tar.gz geiser-guile-73efe9010c753659efada9519a198be49442e03a.tar.bz2 |
Update README.org
Diffstat (limited to 'README.org')
-rw-r--r-- | README.org | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -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 |