Skip to content

C++

This tutorial explains the setup of the C++ sample project of the Track framework.

  1. Download and unzip the sample project for C++
  2. Open the project with an IDE of your choice
  3. Compile the project using the provided CMakeLists.txt embedded in the README.md. This will automatically download and link all dependencies. Optionally, you can download and link the required libraries manually:

Instructions regarding the native C++ sample application can be found in this Tutorial.