slackbuilds_ponce/development/mit-scheme/README
Lockywolf 8b8e17fb0a
development/mit-scheme: Updated for version 12.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2023-12-01 08:47:28 +07:00

17 lines
823 B
Text

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:
yes), implies Edwin support
DOCS=yes|no Include html and pdf documentation (default: yes)
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