mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-25 12:42:02 +03:00
Add instructions about thread support in Chez Scheme to INSTALL.md
I encountered a difficult-to-diagnose error while bootstrapping Idris 2, and these instructions fixed it for me.
This commit is contained in:
parent
d440480516
commit
a101f5e8e7
@ -95,6 +95,13 @@ code generator. To do so, once everything is successfully installed, type:
|
|||||||
The API will only work if you've completed the self-hosting step, step 3, since
|
The API will only work if you've completed the self-hosting step, step 3, since
|
||||||
the intermediate code versions need to be consistent throughout.
|
the intermediate code versions need to be consistent throughout.
|
||||||
|
|
||||||
|
### Troubleshooting
|
||||||
|
|
||||||
|
If you get the message `variable make-thread-parameter is not bound` while
|
||||||
|
bootstrapping via Chez Scheme, or while running the tests when bootstrapping via
|
||||||
|
Racket, then your copy of Chez Scheme was built without thread support. Pass
|
||||||
|
`--threads` to `./configure` while building Chez Scheme to correct the issue.
|
||||||
|
|
||||||
## Installing from a package manager
|
## Installing from a package manager
|
||||||
|
|
||||||
### Installing using Homebrew
|
### Installing using Homebrew
|
||||||
|
Loading…
Reference in New Issue
Block a user