From ccdbe9e04150c7a3a43815ecfd0d704322d75956 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B1=9F=E6=88=98?= <40414978+PatriceJiang@users.noreply.github.com> Date: Mon, 7 Aug 2023 11:06:57 +0800 Subject: [PATCH] Update README.md --- native/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/native/README.md b/native/README.md index 5c9d6822b2b..c72f9ee428d 100644 --- a/native/README.md +++ b/native/README.md @@ -12,9 +12,9 @@ The coding format file is `.clang-format`, and the coding style format file is ` Build Requirements -------------------------------- - Xcode 11.5+ to build mac games -- or Visual Studio 2017 15.7+ / Visual Studio 2019 to build win64 games +- or Visual Studio 2019 / Visual Studio 2022 to build win64 games - NDK 21-22 is required to build Android games (23+ is not supported) -- Cmake 3.8+ is required +- Cmake 3.24+ is required System Requirements -------------------------------- @@ -37,4 +37,4 @@ These C++17 features are tested and supported by all platforms The following features are not supported - `std::optional` is not supported by iOS 11. -Other C++17 features are not tested. \ No newline at end of file +Other C++17 features are not tested.