Native: improve description of supported MSVC versions in README

This commit is contained in:
Svyatoslav Scherbina
2023-10-12 17:06:56 +00:00
committed by Space Team
parent a62ac940c4
commit 2db89b7e7a
+2 -1
View File
@@ -50,7 +50,8 @@ Prerequisites:
Note: using `JDK x86_64` on `MacOS aarch64` will cause `java.lang.UnsatisfiedLinkError` for `libclang.dylib`
* Linux: glibc 2.23 or newer
* Windows:
* Microsoft C++ build tools for Visual Studio 2019 14.29 or newer
* Microsoft C++ build tools for Visual Studio 2019 14.29.
It might work with other VS2019 versions, but this was never tested.
* Windows SDK 10.0.18362.0 or newer
The commands below should be run from either repository root or this (`kotlin-native/`) directory.