File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,9 @@ all the utilities used during the build. `MSYS2 <https://www.msys2.org>`_ provid
16
16
3. In the directory where you installed MSYS2, find the file
17
17
``mingw64.ini `` and add the line ``MSYS2_PATH_TYPE=inherit ``.
18
18
This adds the normal windows PATH to the shell in MSYS2.
19
- 4. Start MSYS2 (from the start menu search for mingw64 or
20
- click on mingw64.exe)
19
+ 4. Start MSYS2 (click on mingw64.exe, as the icon in the start
20
+ menu won't pick up the MSYS2_PATH_TYPE from the ini, it can be
21
+ added to the system settings)
21
22
5. Update the installation with the latest releases with
22
23
``pacman -Syu ``
23
24
5. Install the programs that the build needs with::
@@ -30,10 +31,11 @@ Chez Scheme
30
31
31
32
Chez Scheme has a ready-made installer at `GitHub <https://github.com/cisco/ChezScheme/releases >`_
32
33
33
- 1. Download the installer and run it
34
+ 1. Download the installer and run it, do not install it in a path with spaces, currently Idris2
35
+ has trouble with them.
34
36
2. Add the threaded 64-bit scheme to the PATH. It is the
35
- ``\bin\ta6nt `` subdirectory to where Chez Scheme was installed. So if you used the default directory it
36
- will be in ``C:\Program Files\ Chez Scheme 9.5.4 \bin\ta6nt ``
37
+ ``\bin\ta6nt `` subdirectory to where Chez Scheme was installed. So if you used "C: \C hez" it
38
+ will be in ``C:\Chez\bin\ta6nt ``
37
39
38
40
Building
39
41
--------
You can’t perform that action at this time.
0 commit comments