Skip to content

yanghailong-git/dingo-sdk

 
 

Repository files navigation

DINGO SDK

What's dingo-sdk?

The Dingo Store cpp sdk

First, you have prepared the Dingo Store environment, see the docs at https://github.com/dingodb/dingo-store

Requirements

gcc 13

How to build

Download the Submodule

In the source dir

git submodule sync --recursive

git submodule update --init --recursive

Build Third Party

In the source dir

cd third-party

cmake -S . -B build

cmake --build build -j 8

Build SDK

In the source dir

cmake -S . -B build

cmake --build build -j 8

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 95.9%
  • Python 2.1%
  • CMake 1.4%
  • C 0.6%