We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09bc0c6 commit a19ad55Copy full SHA for a19ad55
docs/BUILDING.md
@@ -5,13 +5,15 @@ snmalloc uses a CMake build system and can be built on many platforms.
5
6
# Building on Windows
7
8
-The Windows build currently depends on Visual Studio 2017.
+The Windows build currently depends on at least Visual Studio 2019.
9
+Both Visual Studio 2019 and 2022 are regularly tested in CI.
10
+Additionally, `clang-cl` is also supported and tested by CI.
11
To build with Visual Studio:
12
13
```
14
mkdir build
15
cd build
-cmake -G "Visual Studio 15 2017 Win64" ..
16
+cmake -G "Visual Studio 15 2019 Win64" ..
17
cmake --build . --config Debug
18
cmake --build . --config Release
19
cmake --build . --config RelWithDebInfo
0 commit comments