Scripts are
bash
The project comes with a pre-configured Visual Studio Code workspace which uses cmake
and ninja
as a build system.
Make sure you have done the setup for Linux
This is the recommended way for building and working with the sample code.
source ./configure.sh
invoke build --type release
invoke clean --type release
Start Visual Studio Code. Make sure you install the recommended workspace extensions when asked.
code .