Skip to content

Commit db62a64

Browse files
committed
Merge branch 'main' of github.com:ebu/ear-production-suite
2 parents 9dc4cf5 + 98c96db commit db62a64

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ Please refer to `README.pdf`, which is available in the root of the Release pack
3333

3434
The recommended way to build the plugins is via CMake's preset mechanism. Before you can make use of that you'll need a few tools.
3535

36-
- Compiler with C++14 support
37-
- [CMake](https://www.cmake.org) build system (version 3.21.0 or higher for `--preset` support, 3.8 or higher for manual build)
36+
- Compiler with C++20 support
37+
- [CMake](https://www.cmake.org) build system (version 3.21.0 or higher for `--preset` support, 3.14 or higher for manual build)
3838
- [Ninja](https://ninja-build.org/)
3939

4040
### MacOS
@@ -70,7 +70,7 @@ The location of the installed REAPER extension will be
7070
```
7171

7272
### Windows
73-
[Microsoft Visual Studio 2019](https://visualstudio.microsoft.com/vs/), installed with C++ support provides a suitable compiler.
73+
[Microsoft Visual Studio 2022](https://visualstudio.microsoft.com/vs/), installed with C++ support provides a suitable compiler.
7474

7575
You'll need to install [CMake](https://www.cmake.org) and [Ninja](https://ninja-build.org/) manually, add their installation locations to your PATH. Then, execute the following steps from a Visual Studio x64 developer command prompt.
7676

0 commit comments

Comments
 (0)