Skip to content

Latest commit

 

History

History
59 lines (34 loc) · 847 Bytes

File metadata and controls

59 lines (34 loc) · 847 Bytes

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

Build dingo-eureka

refer https://github.com/dingodb/dingo-eureka

Build SDK

Download the Submodule

In the source dir

git submodule sync --recursive

git submodule update --init --recursive

Build

In the source dir

mkdir build 

cd build

cmake -DTHIRD_PARTY_INSTALL_PATH=dingo-eureka-install-path ..

make -j 32

Install

In the source dir

mkdir build 

cd build

cmake -DTHIRD_PARTY_INSTALL_PATH=dingo-eureka-install-path ..

make -j 32

make install

The default install path is $HOME/.local/dingo-sdk, you can change by set CMAKE_PREFIX_PATH when cmake config