From 2db89b7e7aab41782c81d694dbca222f681fa146 Mon Sep 17 00:00:00 2001 From: Svyatoslav Scherbina Date: Thu, 12 Oct 2023 17:06:56 +0000 Subject: [PATCH] Native: improve description of supported MSVC versions in README --- kotlin-native/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kotlin-native/README.md b/kotlin-native/README.md index 6f60b8f6849..94e0af0b0ff 100644 --- a/kotlin-native/README.md +++ b/kotlin-native/README.md @@ -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.