Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var 3 years ago
..
README 424ce1dd82 various: Fixed texlive notes in README files 3 years ago
doinst.sh a2ac1ab84c development/mit-scheme: Updated for version 10.1.11. 4 years ago
mit-scheme.SlackBuild 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var 3 years ago
mit-scheme.info a2ac1ab84c development/mit-scheme: Updated for version 10.1.11. 4 years ago
slack-desc 610e8461bb various: Fix slack-desc formatting and comment nit picks. 11 years ago

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)

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