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 --recursiveIn the source dir
cd third-party
cmake -S . -B build
cmake --build build -j 8In the source dir
cmake -S . -B build
cmake --build build -j 8