From 73121d659a18e1b6f13ae649ecd55f8d60c800d2 Mon Sep 17 00:00:00 2001 From: Ziyang Hu Date: Tue, 4 Oct 2022 11:43:29 +0800 Subject: [PATCH] update windows instruction --- cozorocks/deps/WINDOWS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/cozorocks/deps/WINDOWS.md b/cozorocks/deps/WINDOWS.md index 3de3de35..60dc059c 100644 --- a/cozorocks/deps/WINDOWS.md +++ b/cozorocks/deps/WINDOWS.md @@ -4,6 +4,7 @@ * 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 +* `set THIRDPARTY_HOME=C:\Users\zh217\cozo\cozorocks\deps` * `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