- (optional) gtest/gmock - https://github.com/google/googletest/releases/tag/release-1.10.0
Run
git submodule update --init - (optional) RocksDB - https://github.com/facebook/rocksdb
- Run cmake
cmake . -Bbuild -DFIND_ROCKSDB=OFF- Install RocksDB via vcpkg
vcpkg install rocksdb:x64-windows- Run cmake with vcpkg toolchain
cmake -DCMAKE_TOOLCHAIN_FILE=[vcpkg root]\scripts\buildsystems\vcpkg.cmake -A x64 -S . -B build- Open build/alt-integration.sln with VisualStudio