From 5de235c8fdd2c7fdafb2f64f4fd783ee8d2258b0 Mon Sep 17 00:00:00 2001 From: Anthony Nicholls Date: Fri, 2 Jun 2023 17:11:44 +0100 Subject: [PATCH] Docs: Add C++17 to the minimum system requirements --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index eaee0cd472..7f4e4c23e7 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,7 @@ of the target you wish to build. #### Building JUCE Projects +- __C++ Standard__: 17+ - __macOS/iOS__: Xcode 10.1 (macOS 10.13.6) - __Windows__: Windows 8.1 and Visual Studio 2017 - __Linux__: g++ 7.0 or Clang 6.0 (for a full list of dependencies, see