From: <sv...@op...> - 2024-04-26 17:07:27
|
Author: manx Date: Fri Apr 26 19:07:20 2024 New Revision: 20658 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=20658 Log: [Doc] libopenmpt: Document supported MinGW-w64 GCC versions and threading models. Modified: trunk/OpenMPT/doc/libopenmpt/dependencies.md Modified: trunk/OpenMPT/doc/libopenmpt/dependencies.md ============================================================================== --- trunk/OpenMPT/doc/libopenmpt/dependencies.md Fri Apr 26 16:58:08 2024 (r20657) +++ trunk/OpenMPT/doc/libopenmpt/dependencies.md Fri Apr 26 19:07:20 2024 (r20658) @@ -23,8 +23,10 @@ * **Microsoft Visual Studio 2017 XP targeting toolset** * **GCC 7.1** or higher * **Clang 6** or higher - * **MinGW-W64 7.1** or higher (it is recommended to preferably use - posix threading model as opposed to win32 threading model) + * **MinGW-W64 7.1 (posix threading model)** or higher + * **MinGW-W64 13.1 (mcfgthread threading model)** or higher + * **MinGW-W64 7.1 (win32 threading model)** up to + **MinGW-W64 13.0 (win32 threading model)** * **emscripten 3.1.1** or higher * **DJGPP GCC 7.1** or higher * any other **C++20 or C++17 compliant** compiler |