From: Matt Birkholz Date: Fri, 5 May 2017 16:32:40 +0000 (-0700) Subject: debian/README.Debian: Example plugins are no longer included. X-Git-Tag: mit-scheme-pucked-9.2.12~133 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=cdf64b0f6e2a41e6196661c450bf9d95493eb0e8;p=mit-scheme.git debian/README.Debian: Example plugins are no longer included. --- diff --git a/debian/README.Debian b/debian/README.Debian index 9cbad164a..d546b4516 100644 --- a/debian/README.Debian +++ b/debian/README.Debian @@ -1,15 +1,14 @@ --*- Text -*- +-*-Text-*- -This unofficial version of MIT/GNU Scheme is built withOUT crypto +This experimental version of MIT/GNU Scheme is built withOUT crypto support. It is actually built without dependencies on ANY extra libraries, without microcode modules. Instead Scheme dynamically -loads "plugins" -- options that depend on the extra libraries. -Example plugins are included and function as drop-in replacements for +loads "plugins", options that depend on the extra libraries. The +following plugins are available to serve as drop-in replacements for the missing microcode modules. Note that each plugin must be built -and installed separately, after Scheme is installed. (Scheme is used -in the build and install processes.) +and installed separately, after Scheme is installed. - Scheme µModule Scheme Plugin + Scheme uModule Scheme Plugin ============== ============= prbfish.so BLOWFISH prgdbm.so GDBM @@ -19,15 +18,3 @@ in the build and install processes.) prx11.so X11, X11-SCREEN prpgsql.so prdb4.so - -The source distribution includes these additional plugins. - - Plugin Directory Scheme Plugin - ================ ============= - src/cairo/ CAIRO - src/gl/ GL - src/glib/ GLIB - src/gtk/ GTK - src/gtk-screen/ GTK-SCREEN - src/pango/ PANGO - src/planetarium/ PLANETARIUM