Skip to content

Commit a19ad55

Browse files
authored
Update BUILDING.md (#549)
1 parent 09bc0c6 commit a19ad55

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/BUILDING.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,15 @@ snmalloc uses a CMake build system and can be built on many platforms.
55

66
# Building on Windows
77

8-
The Windows build currently depends on Visual Studio 2017.
8+
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.
911
To build with Visual Studio:
1012

1113
```
1214
mkdir build
1315
cd build
14-
cmake -G "Visual Studio 15 2017 Win64" ..
16+
cmake -G "Visual Studio 15 2019 Win64" ..
1517
cmake --build . --config Debug
1618
cmake --build . --config Release
1719
cmake --build . --config RelWithDebInfo

0 commit comments

Comments
 (0)