Building TidesDB
Firstly you will need cmake and a C compiler. You also require the snappy, lz4, and zstd libraries.
Dependencies
Linux
sudo apt install libzstd-devsudo apt install liblz4-devsudo apt install libsnappy-devMacOS
brew install zstdbrew install lz4brew install snappyWindows
Windows using vcpkg
vcpkg install zstdvcpkg install lz4vcpkg install snappyOnce you have everything set you can build using below commands.
cmake -S . -B buildcmake --build buildcmake --install build