TidopLib is an open-source C++ library developed by Tidop Research Group
cd D:/dev
git clone https://github.com/TIDOP-USAL/tidoplib.git
TidopLib uses CMake for configure and build.
From the command line we navigate to the tidoplib directory and create a build directory:
cd tidoplib
mkdir build
Next, navigate to the build directory and run CMake to configure the project and generate a native build system:
cd build
cmake ..
cmake --build .
TidopLib is distributed under the GNU Lesser General Public License Version 3 (LGPL 3). Please see the LICENSE file for more information.