From 8c2fe68fd251a5b5d5a5400a7f90d0acce9bd851 Mon Sep 17 00:00:00 2001 From: Dmitri Smirnov Date: Thu, 15 Oct 2015 11:06:02 -0700 Subject: [PATCH] Update 4 is required for building with MS Visual Studio 13 --- INSTALL.md | 1 + 1 file changed, 1 insertion(+) diff --git a/INSTALL.md b/INSTALL.md index 72865e2f2..bff75155f 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -87,4 +87,5 @@ your make commands, like this: `PORTABLE=1 make static_lib` * 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. * Read and follow the instructions at CMakeLists.txt