Skip to content

Commit 27b3d5b

Browse files
committed
Updated the windows contributing documentation MinGW --> MSYS2 MinGW64
1 parent 8f1ca3f commit 27b3d5b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/static/contributing.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,10 @@ This is configurable with :code:`make install PREFIX=[LOCATION]`
5151
Windows
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

5859
Get the `ez80 LLVM compiler <https://github.com/jacobly0/llvm-project/wiki>`_.
5960
Make sure that ``ez80-clang.exe`` and ``ez80-link.exe`` are reachable by the system's PATH environment variable.

0 commit comments

Comments
 (0)