main
Ziyang Hu 2 years ago
parent da7b9760e0
commit ed89638a9b

@ -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
Loading…
Cancel
Save