diff --git a/WINDOWS.md b/WINDOWS.md new file mode 100644 index 00000000..5752d9d6 --- /dev/null +++ b/WINDOWS.md @@ -0,0 +1,8 @@ +# Building on Windows + +* Refer to https://github.com/facebook/rocksdb/wiki/Building-on-Windows, with the following changes. +* 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 ..` +* Need to copy some dll files so that they could be found \ No newline at end of file