From ed89638a9b14f95de426fea91e8cac6b37feba89 Mon Sep 17 00:00:00 2001 From: Ziyang Hu Date: Sun, 21 Aug 2022 17:44:14 +0800 Subject: [PATCH] windows --- WINDOWS.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/WINDOWS.md b/WINDOWS.md index 5752d9d6..3de3de35 100644 --- a/WINDOWS.md +++ b/WINDOWS.md @@ -4,5 +4,6 @@ * Build zlib using cmake instead of whatever was in the above instruction * Copy `zconf.h` to the base directory after building * Edit `thirdparty.inc` appropriately -* `cmake -G "Visual Studio 16 2019" -A x64 -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_STANDARD=20 -DGFLAGS=1 -DSNAPPY=1 -DLZ4=1 -DZLIB=1 -DZSTD=1 -DUSE_RTTI=1 ..` +* `cmake -G "Visual Studio 16 2019" -A x64 -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_STANDARD=20 -DGFLAGS=1 -DLZ4=1 -DZSTD=1 -DUSE_RTTI=1 ..` +* `msbuild rocksdb.sln /m /p:Configuration=Release` * Need to copy some dll files so that they could be found \ No newline at end of file