Skip to content

Commit

Permalink
README.md: Refer to proper name for Visual Studio 15
Browse files Browse the repository at this point in the history
  • Loading branch information
ADKaster authored and nico committed Feb 26, 2024
1 parent aa2a8d6 commit 18534b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 18534b7

Please sign in to comment.