From 9454e744ed0ca4bb27ebcd8d4f79c59ef723adcf Mon Sep 17 00:00:00 2001 From: Siying Dong Date: Wed, 13 Apr 2022 13:03:40 -0700 Subject: [PATCH] Update supported VS versions in INSTALL.md (#9823) Summary: We only run CI for VS2017 and VS2019 now, so the claim that users can build with "VS13" is stale. Pull Request resolved: https://github.com/facebook/rocksdb/pull/9823 Reviewed By: riversand963 Differential Revision: D35511401 fbshipit-source-id: e3ae2643e26ab46753fea439599d2ed98abba439 --- INSTALL.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 372323920..7d3b14779 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -180,8 +180,7 @@ to build a portable binary, add `PORTABLE=1` before your make commands, like thi * **iOS**: * Run: `TARGET_OS=IOS make static_lib`. When building the project which uses rocksdb iOS library, make sure to define two important pre-processing macros: `ROCKSDB_LITE` and `IOS_CROSS_COMPILE`. -* **Windows**: - * For building with MS Visual Studio 13 you will need Update 4 installed. +* **Windows** (Visual Studio 2017 to up): * Read and follow the instructions at CMakeLists.txt * Or install via [vcpkg](https://github.com/microsoft/vcpkg) * run `vcpkg install rocksdb:x64-windows`