From 6c902de9f7c73dea4e995f1e80a023adbb3840f3 Mon Sep 17 00:00:00 2001 From: Corentin Le Molgat Date: Fri, 5 Aug 2022 17:37:24 +0200 Subject: [PATCH] tools: Bump MacOS version in README.md 12.2 -> 12.5 --- tools/README.cc.java.dotnet | 6 +++--- tools/README.cpp.md | 2 +- tools/README.dotnet.md | 2 +- tools/README.java.md | 2 +- tools/README.python.md | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/tools/README.cc.java.dotnet b/tools/README.cc.java.dotnet index 8abfb37258..c2cda14b6a 100644 --- a/tools/README.cc.java.dotnet +++ b/tools/README.cc.java.dotnet @@ -10,7 +10,7 @@ These modules have been tested under: - Debian 11 (64 bit). - Fedora 33 and up (64 bit). - Ubuntu 18.04 LTS and up (64 bit). - - MacOS 12.2 Monterey (64 bit). + - MacOS 12.5 Monterey (64 bit). - Microsoft Windows with Visual Studio 2022 (64-bit) Upon decompressing the archive, you will get the following structure: @@ -51,7 +51,7 @@ make run SOURCE=examples/basic_example/basic_example.cc ```shell cd examples/basic_example cmake -S . -B build - cmake --build build + cmake --build build ``` - on Windows: @@ -59,7 +59,7 @@ make run SOURCE=examples/basic_example/basic_example.cc ```shell cd examples/basic_example cmake -S . -B build - cmake --build build + cmake --build build ``` # Java diff --git a/tools/README.cpp.md b/tools/README.cpp.md index 6cb3025db6..09016e59b5 100644 --- a/tools/README.cpp.md +++ b/tools/README.cpp.md @@ -13,7 +13,7 @@ These modules have been tested under: - Fedora 33 and up (64 bit). - Opensuse Leap (64 bit). - Ubuntu 18.04 LTS and up (64 bit). - - MacOS 12.2 Monterey (64 bit). + - MacOS 12.5 Monterey (64 bit). - Microsoft Windows with Visual Studio 2019 and 2022 (64-bit) ## Codemap diff --git a/tools/README.dotnet.md b/tools/README.dotnet.md index e2c338ced6..071cde5334 100644 --- a/tools/README.dotnet.md +++ b/tools/README.dotnet.md @@ -13,7 +13,7 @@ These modules have been tested under: - Fedora 33 and up (64 bit). - Opensuse Leap (64 bit). - Ubuntu 18.04 LTS and up (64 bit). - - MacOS 12.2 Monterey (64 bit). + - MacOS 12.5 Monterey (64 bit). - Microsoft Windows with Visual Studio 2019 and 2022 (64-bit) ## Codemap diff --git a/tools/README.java.md b/tools/README.java.md index 73f7d5d06f..9261134687 100644 --- a/tools/README.java.md +++ b/tools/README.java.md @@ -13,7 +13,7 @@ These modules have been tested under: - Fedora 33 and up (64 bit). - Opensuse Leap (64 bit). - Ubuntu 18.04 LTS and up (64 bit). - - MacOS 12.2 Monterey (64 bit). + - MacOS 12.5 Monterey (64 bit). - Microsoft Windows with Visual Studio 2019 and 2022 (64-bit) ## Codemap diff --git a/tools/README.python.md b/tools/README.python.md index 77729311cf..ba01b8e655 100644 --- a/tools/README.python.md +++ b/tools/README.python.md @@ -13,7 +13,7 @@ These modules have been tested under: - Fedora 33 and up (64 bit). - Opensuse Leap (64 bit). - Ubuntu 18.04 LTS and up (64 bit). - - MacOS 12.2 Monterey (64 bit). + - MacOS 12.5 Monterey (64 bit). - Microsoft Windows with Visual Studio 2019 and 2022 (64-bit) ## Codemap