From 6e42ada1f8e9c44cf721ca2e200d370444c8a886 Mon Sep 17 00:00:00 2001 From: mathieu2em Date: Wed, 24 Jul 2019 13:21:21 -0400 Subject: add the instructions for correct Gambit configuration --- INSTALL | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'INSTALL') 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. -- cgit v1.2.3