Updated MinGW vs MSVC (markdown)

Jonas Kvinge 2022-07-02 21:56:15 +02:00
parent 86bf26b05b
commit 6d21ca4514
1 changed files with 1 additions and 29 deletions

@ -1,29 +1 @@
For Windows, Strawberry provides two different versions, MinGW and MSVC. These are compiled using two different compilers.
Unlike previous versions, the MinGW and MSVC now has all the same features, so it does not matter much which one you use.
Both releases features the latest versions of all libraries compiled by the Strawberry project.
It always uses the latest versions of Qt 6, OpenSSL 3, Glib 2 and GStreamer.
** There are currently issues with libsoup 3.0 and gstreamer so we currently use libsoup 2.74 instead.
### MSVC - Microsoft Visual C++
MSVC is Microsoft Visual C++, a proprietary compiler by Microsoft.
- Slightly better performance.
- More unlikely to be picked up by anti-virus software as false-positive.
- A debug setup is available with console.
### MinGW-W64 - Minimal GCC for Windows
MinGW is a port of GCC to Windows. GCC is a free compiler by the GNU Project, usually found on all major Linux distributions.
- Known to be stable.
- Debug versions of the setups are available and includes the GDB debugger.
- More likely to be picked up by anti-virus software as false-positive.
None of them currently has CD-support.
This page has moved to https://wiki.strawberrymusicplayer.org/wiki/MinGW_vs_MSVC