summaryrefslogtreecommitdiff
path: root/doc/install.texi
diff options
context:
space:
mode:
authorPeter <craven@gmx.net>2016-04-30 20:46:03 +0200
committerPeter <craven@gmx.net>2016-04-30 20:47:34 +0200
commit5c4393151e2007382898c64df516eb25b1b16abe (patch)
tree0993c156551a25b4b164974f5de257c81906bde2 /doc/install.texi
parent155d0fa74984a230ec7056669d12ea3e1ff3917f (diff)
downloadgeiser-5c4393151e2007382898c64df516eb25b1b16abe.tar.gz
geiser-5c4393151e2007382898c64df516eb25b1b16abe.tar.bz2
Add MIT/GNU, Chez and Chibi to docs
Diffstat (limited to 'doc/install.texi')
-rw-r--r--doc/install.texi16
1 files changed, 12 insertions, 4 deletions
diff --git a/doc/install.texi b/doc/install.texi
index d88a22b..008aa88 100644
--- a/doc/install.texi
+++ b/doc/install.texi
@@ -26,9 +26,17 @@ namely:
better
@item
@uref{http://call-cc.org, Chicken} @value{CHICKEN_VERSION} or better
+@item
+@uref{https://www.gnu.org/software/mit-scheme/, MIT/GNU Scheme}
+@value{MIT_VERSION} or better
+@item
+@uref{http://synthcode.com/scheme/chibi/, Chibi Scheme}
+@value{CHIBI_VERSION} or better
+@item
+@uref{http://www.scheme.com, Chez Scheme} @value{CHEZ_VERSION} or better
@end itemize
-Since Geiser supports multiple REPLs, having both of them will just add
+Since Geiser supports multiple REPLs, having all of them will just add
to the fun.
You'll also need Geiser itself. The quickest installation is via its
@@ -135,8 +143,8 @@ code. I'll follow you into its directory and the next section.
Geiser is ready to be used out of the box without much more ado. For the
sake of concreteness, let's assume you put its source in the directory
@file{~/lisp/geiser}. All you need to do is to add the following
-line to your Emacs initialisation file (be it @file{~/.emacs} or any of
-its moral equivalents):
+line to your Emacs initialisation file (be it @file{~/.emacs},
+@file{~/.emacs.d/init.el} or any of its moral equivalents):
@example
(load-file "~/lisp/geiser/elisp/geiser.el")
@@ -205,7 +213,7 @@ $ sudo make install
@end example
With the above spell, Geiser will be compiled and installed in a safe
-place inside Emacs load path. To load it into Emacs you'll need,
+place inside Emacs' load path. To load it into Emacs you'll need,
@i{instead} of the @code{load-file} form above, the following line in
your initialisation file: