Caution
This is a beta version. Please do not use the SDK in a production system yet.
Prerequisites:
- CMake
Install vcpkg:
git clone https://github.com/microsoft/vcpkg.git
cd vcpkg && ./bootstrap-vcpkg.sh
export VCPKG_ROOT=/path/to/vcpkg
export PATH=$VCPKG_ROOT:$PATH
Build:
cmake --preset release
cmake --build build
Run:
CLIENT_ID=<your client ID> CLIENT_SECRET=<your client secret> build/vaas_example build/vaas_example