Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 624 Bytes

build-linux.md

File metadata and controls

40 lines (24 loc) · 624 Bytes

Build on Linux

Scripts are bash

The project comes with a pre-configured Visual Studio Code workspace which uses cmake and ninja as a build system.

Setup

Make sure you have done the setup for Linux

Build with Ninja

This is the recommended way for building and working with the sample code.

Configure

source ./configure.sh

Build

invoke build --type release

Clean

invoke clean --type release

Edit

Start Visual Studio Code. Make sure you install the recommended workspace extensions when asked.

code .