mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
MinGW: Remove support
This commit is contained in:
parent
8a4ec206f2
commit
9112911122
89 changed files with 337 additions and 1694 deletions
|
|
@ -2,6 +2,29 @@
|
|||
|
||||
# develop
|
||||
|
||||
## Change
|
||||
|
||||
Support for the MinGW toolchain has been removed.
|
||||
|
||||
**Possible Issues**
|
||||
|
||||
MinGW can no longer be used to build JUCE.
|
||||
|
||||
**Workaround**
|
||||
|
||||
On Windows, use an alternative compiler such as Clang or MSVC.
|
||||
|
||||
Cross-compiling for Windows from Linux is not supported, and there is no
|
||||
workaround for this use case.
|
||||
|
||||
**Rationale**
|
||||
|
||||
The MinGW provides a poor user experience, with very long build times and
|
||||
missing features. The high maintenance cost, both in terms of developer time,
|
||||
and continuous integration bandwidth (both of which could provide more value
|
||||
elsewhere), means that continued support for MinGW is difficult to justify.
|
||||
|
||||
|
||||
## Change
|
||||
|
||||
The GUI Editor has been removed from the Projucer.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue