mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Update the minimum supported compilers and deployment targets
This commit is contained in:
parent
2fc069b450
commit
110e23785c
2 changed files with 46 additions and 17 deletions
|
|
@ -2,6 +2,33 @@
|
|||
|
||||
# Version 8.0.0
|
||||
|
||||
## Change
|
||||
|
||||
The minimum supported compilers and deployment targets have been updated, with
|
||||
the new minimums listed in the top level [README](README.md).
|
||||
|
||||
MinGW is no longer supported.
|
||||
|
||||
**Possible Issues**
|
||||
|
||||
You may no longer be able to build JUCE projects or continue targeting older
|
||||
platforms.
|
||||
|
||||
**Workaround**
|
||||
|
||||
If you cannot build your project, update your build machine to a more modern
|
||||
operating system and compiler.
|
||||
|
||||
There is no workaround to target platforms that predate the new minimum
|
||||
deployment targets.
|
||||
|
||||
**Rationale**
|
||||
|
||||
New features of JUCE require both more modern compilers and deployment targets.
|
||||
|
||||
The amount of investment MinGW support requires is unsustainable.
|
||||
|
||||
|
||||
## Change
|
||||
|
||||
The [JUCE End User Licence Agreement](https://juce.com/legal/juce-8-licence/)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue