summaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
authorDmitri Smirnov <dmitrism@microsoft.com>2015-07-07 16:58:20 -0700
committerDmitri Smirnov <dmitrism@microsoft.com>2015-07-07 16:58:20 -0700
commitef4b87f1b2ee49ac602697786db06e9d5105903d (patch)
treeedf6642ed4fc09e3c74ddb747128fc07b427e240 /INSTALL.md
parente25ee32e3d7e8ddcb28f1466e67f5ff930450b57 (diff)
Commit both PR and internal code review changes
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/INSTALL.md b/INSTALL.md
index c1b13986f..d10d82a7c 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -80,3 +80,6 @@ your make commands, like this: `PORTABLE=1 make static_lib`
* **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**:
+ * Read the follow the instructions at CMakeLists.txt