We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa2a8d6 commit 18534b7Copy full SHA for 18534b7
README.md
@@ -82,7 +82,7 @@ Use cmake to build: `cmake -G Ninja . && ninja`
82
Run tests after building: `python demumble_test.py`
83
84
`cxa_demangle.cpp` needs more C++11 than Visual Studio 2013 supports, so
85
-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
86
as C++ compiler like so:
87
88
cmake -G Ninja -DCMAKE_CXX_COMPILER=path/to/llvm-build/bin/clang-cl.exe
0 commit comments