diff options
author | mathieu2em <math.per@hotmail.com> | 2019-07-24 13:21:21 -0400 |
---|---|---|
committer | mathieu2em <math.per@hotmail.com> | 2019-08-20 15:31:38 -0400 |
commit | 47e462db1a8875c362479d609c3efd5e82b0f782 (patch) | |
tree | 98242f1fa8c6d19f805c34e4bb02d212f750e353 | |
parent | ea2167e702720fce5613cf1e862d296e1ce46479 (diff) | |
download | geiser-guile-47e462db1a8875c362479d609c3efd5e82b0f782.tar.gz geiser-guile-47e462db1a8875c362479d609c3efd5e82b0f782.tar.bz2 |
add the instructions for correct Gambit configuration
-rw-r--r-- | INSTALL | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -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. |