diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2015-02-09 04:14:49 +0100 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2015-02-09 06:03:12 +0100 |
commit | 7c3eaa2d60a96d4b49ead63b5db9ec5a8784e1ab (patch) | |
tree | dfe2f26741f2ed5b4e36716f92b001a8ac089be2 /doc/install.texi | |
parent | 9b2df64dc1b7500d771e5ddc87b63a0b50c492ea (diff) | |
download | geiser-7c3eaa2d60a96d4b49ead63b5db9ec5a8784e1ab.tar.gz geiser-7c3eaa2d60a96d4b49ead63b5db9ec5a8784e1ab.tar.bz2 |
Documentation updates and nits for Freija
Preparing the release of 0.7, which will feature support for Chicken
thanks to Dan and Freija!
Diffstat (limited to 'doc/install.texi')
-rw-r--r-- | doc/install.texi | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/doc/install.texi b/doc/install.texi index 095d1ff..d88a22b 100644 --- a/doc/install.texi +++ b/doc/install.texi @@ -24,6 +24,8 @@ namely: @item @uref{http://www.gnu.org/software/guile, Guile} @value{GUILE_VERSION} or better +@item +@uref{http://call-cc.org, Chicken} @value{CHICKEN_VERSION} or better @end itemize Since Geiser supports multiple REPLs, having both of them will just add @@ -73,7 +75,17 @@ M-x package-install RET geiser RET Alternatively, you can manually download the @uref{@value{PACKAGE}, package file}, and install from your local disk with @kbd{M-x -package-install-file} +package-install-file}. + +@cindex Chicken +@cindex Chicken installation +If you plan to use Chicken, you'll need also to fire a terminal and +configure a couple of Chicken eggs: +@example +$ chicken-install -s apropos chicken-doc +$ cd `csi -p '(chicken-home)'` +$ curl http://3e8.org/pub/chicken-doc/chicken-doc-repo.tgz | sudo tar zx +@end example With that, you are pretty much all set up. See @ref{The REPL} to start using Geiser. |