TidopLib is an open-source C++ library developed by Tidop Research Group
- CMake v3.10+
- C++ Compiler with support for C++14
- Git
- Boost > 1.70
- GDAL
- PROJ
- OpenCV
- fmt (REQUIRED for C++ Version < 20)
- OpenBLAS (optional)
- OpenMP (optional)
- Visual Leak Detector (optional)
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.