We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2feb26b commit 7f71289Copy full SHA for 7f71289
1 file changed
docs/_docs/29-fasterkv-cpp.md
@@ -2,7 +2,7 @@
2
title: "FasterKV C++ Port"
3
permalink: /docs/fasterkv-cpp/
4
excerpt: "FasterKV C++ Port"
5
-last_modified_at: 2024-12-14
+last_modified_at: 2025-04-08
6
toc: true
7
---
8
@@ -23,10 +23,10 @@ cmake .. -G "<MSVC compiler>"
23
```
24
25
To see a list of supported MSVC compiler versions, just run "cmake -G". As of
26
-this writing, we're using Visual Studio 2019, so you would execute:
+this writing, we're using Visual Studio 2022, so you would execute:
27
28
```sh
29
-cmake .. -G "Visual Studio 16 2019"
+cmake .. -G "Visual Studio 17 2022"
30
31
32
That will create build scripts inside your new "build" directory, including
0 commit comments