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-dev
MacOS
brew install zstdbrew install lz4brew install snappy
Windows
Windows using vcpkg
vcpkg install zstdvcpkg install lz4vcpkg install snappy
Once you have everything set you can build using below commands.
cmake -S . -B buildcmake --build buildcmake --install build