The Dingo Store cpp sdk
First, you have prepared the Dingo Store environment, see the docs at https://github.com/dingodb/dingo-store
gcc 13
In the source dir
git submodule sync --recursive
git submodule update --init --recursive
In the source dir
cd third-party
cmake -S . -B build
cmake --build build -j 8
In the source dir
cmake -S . -B build
cmake --build build -j 8