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
refer https://github.com/dingodb/dingo-eureka
In the source dir
git submodule sync --recursive
git submodule update --init --recursive
In the source dir
mkdir build
cd build
cmake -DTHIRD_PARTY_INSTALL_PATH=dingo-eureka-install-path ..
make -j 32