This repository includes SENTINEL LDK samples of Thales company developed for license protection. It includes CMake-based revisions with the C and C++ programming language.
The original examples are very primitive with gcc or makefiles has been made. Because I'm using CMake in my modern Qt based project reuse SENTINEL LDK API for CMake I had to revise.
Note: I do not know that I have expertise for SENTINEL LDK products and that I have any I declare that I do not accept responsibility for the problem. More if you are an amateur For professional support, please contact the company.
- Ubuntu 20.04 LTS
- cmake version 3.16.3
- gcc (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0
- g++ (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0
- SENTINEL LDK 8.42 for Linux
Open terminal and do like this:
-
Go to the source folder.
cd ./Samples/Runtime/C-CMake/
-
Create a folder for Build and navigate into it.
mkdir build && cd build
-
Create a build file with CMake.
cmake ..
-
Run the
make
command for build.make -jN (N is core count)