From 18534b70827d9ec61a8c3c102c8042a9404f1838 Mon Sep 17 00:00:00 2001 From: Andrew Kaster Date: Mon, 26 Feb 2024 15:33:37 -0700 Subject: [PATCH] README.md: Refer to proper name for Visual Studio 15 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4470d5f..40e6946 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ Use cmake to build: `cmake -G Ninja . && ninja` Run tests after building: `python demumble_test.py` `cxa_demangle.cpp` needs more C++11 than Visual Studio 2013 supports, so -to build on Windows you need to use Visual Studion 2015 or use clang-cl +to build on Windows you need to use Visual Studio 2015 or use clang-cl as C++ compiler like so: cmake -G Ninja -DCMAKE_CXX_COMPILER=path/to/llvm-build/bin/clang-cl.exe