From a8a14858a1e9580f423ea33234e4f51e7254951e Mon Sep 17 00:00:00 2001 From: iarwain Date: Mon, 21 Oct 2024 00:57:11 -0400 Subject: [PATCH] - Updated README with supported version of MinGW: 8.1.0 -> 8.1.0-14.2.0 --- README.html | 10 +++++----- README.md | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.html b/README.html index 20c560168..d21cb4241 100644 --- a/README.html +++ b/README.html @@ -1220,10 +1220,10 @@ .markdown-body .markdown-alert.markdown-alert-caution .markdown-alert-title { color: var(--color-danger-fg); } -README

Join the chat on https://orx-project.org/discord -Travis build -Build status -Git Repo Size

+README

Join the chat on https://orx-project.org/discord +Travis build +Build status +Git Repo Size

Orx - Portable Game Engine (Version 1.15)

This engine is licensed under the very permissive zlib license (i.e. it's free for any commercial or non-commercial use), see the LICENSE file for details.

@@ -1277,7 +1277,7 @@

The engine compiles and is tested for:

  • Linux (x86/x86-64 with codelite, codeblocks and GNU makefile)
  • -
  • Windows (x86/x86-64 with vs2017, vs2019 & vs2022, x86/x86-64 mingw-w64 (8.1.0) with codelite, codeblocks and GNU makefile)
  • +
  • Windows (x86/x86-64 with vs2017, vs2019 & vs2022, x86/x86-64 mingw-w64 (8.1.0-14.2.0) with codelite, codeblocks and GNU makefile)
  • MacOS X (x86/x86-64 with xcode or x86/x86-64 with codelite, codeblocks and GNU makefile), version 10.6+
  • iOS (iPhone/iPod Touch/iPad, simulator & device with xcode)
  • Android (NDK build files, simulator & device)
  • diff --git a/README.md b/README.md index 653a8ac95..9cf43be05 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ Supported Platforms The engine compiles and is tested for: - Linux (x86/x86-64 with codelite, codeblocks and GNU makefile) -- Windows (x86/x86-64 with vs2017, vs2019 & vs2022, x86/x86-64 mingw-w64 (8.1.0) with codelite, codeblocks and GNU makefile) +- Windows (x86/x86-64 with vs2017, vs2019 & vs2022, x86/x86-64 mingw-w64 (8.1.0-14.2.0) with codelite, codeblocks and GNU makefile) - MacOS X (x86/x86-64 with xcode or x86/x86-64 with codelite, codeblocks and GNU makefile), version 10.6+ - iOS (iPhone/iPod Touch/iPad, simulator & device with xcode) - Android (NDK build files, simulator & device)