Added note to INSTALL.md to recommend Mac OS X users install Chez from source since homebrew package appears to not support threading

This commit is contained in:
Keller, Bryn 2019-08-20 16:24:23 -07:00
parent c01986a62e
commit d04333a7f6

View File

@ -24,7 +24,9 @@ Chez Scheme is available to build from source:
+ https://cisco.github.io/ChezScheme/
Many popular package managers will provide a binary distribution for Chez.
Many popular package managers will provide a binary distribution for Chez. Note
that homebrew for Mac OS X provides a version without multithreading support, so
Mac OS X users will want to build from source.
**Note**: If you install ChezScheme from source files, building it locally, make sure
you run `./configure --threads` to build multithreading support in.