diff options
author | jao <jao@gnu.org> | 2020-07-19 23:00:12 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2020-07-19 23:00:12 +0100 |
commit | 13f1fbbadf902052da26a1e35415b779a3c3835c (patch) | |
tree | ec8450ff326726b704b5919f586e1e42b6c38c7b /readme.org | |
parent | 847d2ad4c6da462c26c50af1ef7d9cd697f3a5d2 (diff) | |
download | geiser-13f1fbbadf902052da26a1e35415b779a3c3835c.tar.gz geiser-13f1fbbadf902052da26a1e35415b779a3c3835c.tar.bz2 |
the long road to doc updates starts with one commit
Diffstat (limited to 'readme.org')
-rw-r--r-- | readme.org | 51 |
1 files changed, 1 insertions, 50 deletions
@@ -43,56 +43,7 @@ The easiest way is to use MELPA, and just type =M-x package-install RET geiser= inside emacs. - Geiser can be used either directly from its uninstalled source tree - or byte-compiled and installed after performing the standard - configure/make/make install dance. See the INSTALL file for more details. - -** Chicken 5 Addendum - These steps are necessary to fully support Chicken Scheme, but are - not required for any other scheme. - - - Install the necessary support eggs: - #+BEGIN_EXAMPLE - $ chicken-install -s apropos chicken-doc srfi-18 srfi-1 - #+END_EXAMPLE - - Update the Chicken documentation database: - #+BEGIN_EXAMPLE - $ cd `csi -R chicken.platform -p '(chicken-home)'` - $ curl https://3e8.org/pub/chicken-doc/chicken-doc-repo-5.tgz | sudo tar zx - #+END_EXAMPLE - -** Chicken 4 Addendum - These steps are necessary to fully support Chicken Scheme, but are - not required for any other scheme. - - - Install the necessary support eggs: - -#+BEGIN_EXAMPLE - $ chicken-install -s apropos chicken-doc -#+END_EXAMPLE - - - Update the Chicken documentation database: - -#+BEGIN_EXAMPLE - $ cd `csi -p '(chicken-home)'` - $ curl http://3e8.org/pub/chicken-doc/chicken-doc-repo.tgz | sudo tar zx -#+END_EXAMPLE - -** Gambit Addendum - These steps are necessary to fully support Gambit Scheme. - - 1 - clone the last version of gambit - 2 - configure gambit using --enable-rtlib-debug-source to activate autodoc -#+BEGIN_EXAMPLE - $ cd ~/ - $ git clone "the gambit repo address" - $ cd gambit - $ ./configure --enable-single-host --enable-debug --enable-rtlib-debug-source - $ make bootstrap - $ make bootclean - $ make -j - $ make install -#+END_EXAMPLE + Geiser can be used either directly from its source tree. * Basic configuration |