C++
This tutorial explains the setup of the C++ sample project of the Track framework.
- Download and unzip the sample project for C++
- Open the project with an IDE of your choice
- Compile the project using the provided
CMakeLists.txt
embedded in theREADME.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.