diff options
Diffstat (limited to 'development/ChezScheme/README')
-rw-r--r-- | development/ChezScheme/README | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/development/ChezScheme/README b/development/ChezScheme/README index d0c96960a23e..ecedf791d9eb 100644 --- a/development/ChezScheme/README +++ b/development/ChezScheme/README @@ -6,7 +6,9 @@ open-sourced by Cisco Systems in April 2016. The unthreaded version is built by default, but enabling support for multithreading is easy: - THREADED=yes sh ./ChezScheme.SlackBuild + THREADS=yes sh ./ChezScheme.SlackBuild -The full testing battery can also be run after the build completes: +The full testing battery can also be run after the build completes. TEST=yes sh ./ChezScheme.SlackBuild +See the file BUILDING in the source distribution for more on +interpretting the 'make test' summary. |