From 0b0a58ed61c97d4cf3874cf8cfa2c7d5dd94b900 Mon Sep 17 00:00:00 2001 From: Philipp Unger Date: Thu, 16 Nov 2023 10:53:42 +0100 Subject: [PATCH] update references to VS 2019 with clang in INSTALL.md Signed-off-by: Philipp Unger --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 6bc1268ab..61573ae2d 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -90,7 +90,7 @@ Building should be as simple as loading the tpm2-tss solution (tpm2-tss.sln) wit a compatible and properly configured version of Visual Studio 2019+ and pressing the 'build' button. ### References -Visual Studio 2017 with "Clang for Windows": https://blogs.msdn.microsoft.com/vcblog/2017/03/07/use-any-c-compiler-with-visual-studio/ +Visual Studio 2019+ with "Clang for Windows": https://learn.microsoft.com/en-us/cpp/build/clang-support-msbuild Universal CRT overview & setup instructions: https://docs.microsoft.com/en-us/cpp/porting/upgrade-your-code-to-the-universal-crt # Building From Source