diff --git a/README.md b/README.md index bad70a8..4176657 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ Right click on the project and select "Manage NuGet Packages", then search for ` ## 3. How to compile -IDE:Visual Studio 2019 or higher (Compiling for ARM/ARM64 requires Visual Studio 2022) +IDE:Visual Studio 2022 latest version * `git clone --recurse-submodules https://github.com/MiroKaku/ucxxrt.git` * Open `ucxxrt.sln` and compile. diff --git a/README.zh-CN.md b/README.zh-CN.md index 05b1036..ba02626 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -102,7 +102,7 @@ void Test$HashMap() ## 3. 怎样编译 -IDE:Visual Studio 2019 或更高版本 (编译 ARM/ARM64 需要 Visual Studio 2022) +IDE:Visual Studio 2022 最新版 * `git clone --recurse-submodules https://github.com/MiroKaku/ucxxrt.git` * 打开 `ucxxrt.sln` 进行编译。