mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-11-28 02:23:44 +03:00
Update installation-problem.md
This commit is contained in:
parent
987b2b0a77
commit
f819c0b855
@ -7,6 +7,12 @@ assignees: ''
|
||||
|
||||
---
|
||||
|
||||
Please check INSTALL.md and README.md to ensure you have all the required dependencies. In particular, you need at least Idris 1.3.2 to build Idris 2, and a version of Chez Scheme compiled with threading support (this is the default in most distributions) in order to run the tests successfully.
|
||||
Please check INSTALL.md and README.md to ensure you have all the required dependencies. In particular, you need a version of Chez Scheme compiled with threading support (this is the default in most distributions) in order to run the tests successfully.
|
||||
|
||||
Some common possible solutions:
|
||||
|
||||
* In `make bootstrap`, make sure you have the right exectuable name for `SCHEME`
|
||||
* Stale `.ttc` files from an earlier version, or an out of data `IdrisPaths.idr` might be in the way. Try removing these with `make clean`
|
||||
* Removing all trace of Idris 2 from your installation directory might help. By default this is `$HOME/.idris2` - if you have a particularly out of date version, or you have used a broken build at some point (as much as we try to avoid this) then deleting this might help.
|
||||
|
||||
Otherwise, please describe the problem, including any relevant parts of build logs, and describing as much about your environment as possible.
|
||||
|
Loading…
Reference in New Issue
Block a user