example projects demonstrating work with q-tee libraries.
- build with Visual Studio:
- open the solution in repository root directory
- select target architecture and build type
- build the solution
- output files will be written to the
build
directory
- build with CMake:
- open terminal in repository root directory
- create the project and build
user@machine:~/examples$ cmake -B intermediate -D CMAKE_BUILD_TYPE=Release
user@machine:~/examples$ cmake --build intermediate --config=Release
- output files will be written to the
build
directory
you can read about installation of particular libraries, contributing and look for other general information on the q-tee main page.