/alt-integration-cpp

alt-integration C++ library

Primary LanguageC++OtherNOASSERTION

CI

alt-integration-cpp

Dependencies

Run

git submodule update --init

Linux

  • Run cmake
cmake . -Bbuild -DFIND_ROCKSDB=OFF

Windows

  • 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