File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -51,9 +51,10 @@ This is configurable with :code:`make install PREFIX=[LOCATION]`
5151Windows
5252~~~~~~~
5353
54- Get `MinGW <https://osdn.net/projects/mingw/ >`_.
55- The only required pacakges are `mingw32-base ` and `mingw32-gcc-g++ `.
56- Make sure the ``MinGW\bin `` directory is in the system's PATH environment variable.
54+ Get `MSYS2 <https://www.msys2.org/ >`_ and use the `MinGW64 ` environment.
55+
56+ The only required pacakge is `mingw-w64-x86_64-toolchain <https://packages.msys2.org/groups/mingw-w64-x86_64-toolchain >`_.
57+ Make sure the ``C:\msys64\mingw64\bin `` directory is in the system's PATH environment variable.
5758
5859Get the `ez80 LLVM compiler <https://github.com/jacobly0/llvm-project/wiki >`_.
5960Make sure that ``ez80-clang.exe `` and ``ez80-link.exe `` are reachable by the system's PATH environment variable.
You can’t perform that action at this time.
0 commit comments