Skip to content

overcookedpanda/alt-integration-cpp

 
 

Repository files navigation

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

About

alt-integration C++ library

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 96.3%
  • CMake 3.2%
  • Other 0.5%