slackbuilds/development/mit-scheme
Jason Graham a2ac1ab84c
development/mit-scheme: Updated for version 10.1.11.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2020-10-24 08:14:52 +07:00
..
README development/mit-scheme: Updated for version 10.1.11. 2020-10-24 08:14:52 +07:00
doinst.sh development/mit-scheme: Updated for version 10.1.11. 2020-10-24 08:14:52 +07:00
mit-scheme.SlackBuild development/mit-scheme: Updated for version 10.1.11. 2020-10-24 08:14:52 +07:00
mit-scheme.info development/mit-scheme: Updated for version 10.1.11. 2020-10-24 08:14:52 +07:00
slack-desc various: Fix slack-desc formatting and comment nit picks. 2013-11-22 02:29:22 -05:00

README

MIT/GNU Scheme is an implementation of the Scheme programming language,
providing an interpreter, compiler, source-code debugger, integrated
Emacs-like editor, and a large runtime library. MIT/GNU Scheme is best
suited to programming large applications with a rapid development cycle.

The following build options are available:

  X11=yes|no          Enable support for x11 (default: yes)
  EDWIN=yes|no        Enable support for the Edwin editor (default: yes)
  IMAIL=yes|no        Enable support for the Imail mail reader (default:
                      no), implies Edwin support
  DOCS=yes|no         Include html and pdf documentation (default: no),
                      requires texlive

where each build option may be passed to the slackbuild. Example of
disabling x11 and enabling documentation support:

  X11=no DOCS=yes sh ./mit-scheme.SlackBuild