summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormathieu2em <math.per@hotmail.com>2019-07-24 13:21:21 -0400
committermathieu2em <math.per@hotmail.com>2019-08-20 15:31:38 -0400
commit6e42ada1f8e9c44cf721ca2e200d370444c8a886 (patch)
tree2065c471e43ae8513f2a02a9cec844d2b52383b0
parentd6b6d6f6fea05d2f791130153e1356b383763dc0 (diff)
downloadgeiser-6e42ada1f8e9c44cf721ca2e200d370444c8a886.tar.gz
geiser-6e42ada1f8e9c44cf721ca2e200d370444c8a886.tar.bz2
add the instructions for correct Gambit configuration
-rw-r--r--INSTALL15
1 files changed, 15 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index ea45e67..404e8f9 100644
--- a/INSTALL
+++ b/INSTALL
@@ -62,6 +62,21 @@ package-install-file.
You're ready to go!
+* Gambit Addendum
+ These steps are necessary to fully support all Gambit Scheme functionnalities,
+ but are not required for any other scheme.
+
+ -Configure Gambit correctly to have access to the (##decompile method)
+ this is required for dynamic autodoc of users defined methods and ## starting methods
+ $ cd ~/[YOUR GAMBIT FILES]
+ $ ./configure --enable-single-host --enable-debug --enable-rtlib-debug-source
+ $ make bootstrap
+ $ make bootclean
+ $ make -j
+ $ make install
+
+ You should now be ready to go!
+
Geiser's makefile accepts also all those other standard autotools
targets that you've come to know and love and that are documented
in virtually all boilerplate INSTALL files out there.