mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-09 23:34:20 +00:00
Build: Update the minimum C++ standard to C++17
This commit is contained in:
parent
e9e39de069
commit
b3a4d54a72
90 changed files with 213 additions and 141 deletions
|
|
@ -57,8 +57,8 @@ of the target you wish to build.
|
|||
#### Building JUCE Projects
|
||||
|
||||
- __macOS/iOS__: Xcode 10.1 (macOS 10.13.6)
|
||||
- __Windows__: Windows 8.1 and Visual Studio 2015 Update 3 64-bit
|
||||
- __Linux__: g++ 5.0 or Clang 3.4 (for a full list of dependencies, see
|
||||
- __Windows__: Windows 8.1 and Visual Studio 2017
|
||||
- __Linux__: g++ 7.0 or Clang 6.0 (for a full list of dependencies, see
|
||||
[here](/docs/Linux%20Dependencies.md)).
|
||||
- __Android__: Android Studio on Windows, macOS or Linux
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue