diff options
Diffstat (limited to 'development/mit-scheme/README')
-rw-r--r-- | development/mit-scheme/README | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/development/mit-scheme/README b/development/mit-scheme/README index 4e79ec8e7f..0d0a722081 100644 --- a/development/mit-scheme/README +++ b/development/mit-scheme/README @@ -1,5 +1,18 @@ 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. +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 |