- CLIB_LaunchQueForThreadsAt_End.
- CFSDImplementation_CLIB.
version: Ubuntu 24.04.4 LTS.
Version: 2026.1.2.
sudo apt install git
sudo apt install build-essential
sudo apt install cmake
sudo apt install snapd
sudo snap install clion --classic
- Native Build Tools.
- Cmake.
- CLion C and C++.
*** Load Root CMake Project ***
cmake -B build
cmake --build build
*** manual copy build library file to libs folder in TESTBENCH ***
*** Reload Root CMake Project ***
cmake -B build
cmake --build build
*** run TESTBENCH ***
- GitHub ReadMe - How To Guide.
- edit four lines of code that have the comment "//todo: number of concurrent threads." with applied number of threads for concurrency.
- Wrapper Imports and Native IO.