Skip to content

Commit

Permalink
Fix MinGW typo in Compiling for Windows (#4481)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZingBlue authored Dec 25, 2020
1 parent 48069fe commit c7953f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion development/compiling/compiling_for_windows.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ For compiling under Windows, the following is required:
- `MinGW-w64 <http://mingw-w64.org/>`_ with GCC can be used as an alternative to
Visual Studio. Be sure to install/configure it to use the ``posix`` thread model.
**Important:** When using MinGW to compile the ``master`` branch, you need GCC 9 or later. Because
MinGW does not officially release GCC 9 yet, you can get an alternate installer from
MinGW has not officially released GCC 9 yet, you can get an alternate installer from
`here <https://jmeubank.github.io/tdm-gcc/articles/2020-03/9.2.0-release>`_.
- `Python 3.5+ <https://www.python.org/downloads/windows/>`_.
- `SCons 3.0 <https://www.scons.org/>`_ build system. If using Visual Studio 2019,
Expand Down

0 comments on commit c7953f3

Please sign in to comment.