Skip to content

TidopLib is an open-source C++ library developed by Tidop Research Group

License

Notifications You must be signed in to change notification settings

TIDOP-USAL/tidoplib

Repository files navigation

TidopLib 3.0.0

License: LGPL v3

TidopLib is an open-source C++ library developed by Tidop Research Group

Getting Started

Prerequisites

  • CMake v3.10+
  • C++ Compiler with support for C++14
  • Git

Dependencies

Installing

Clone

cd D:/dev
git clone https://github.com/TIDOP-USAL/tidoplib.git

CMake

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 .

License

TidopLib is distributed under the GNU Lesser General Public License Version 3 (LGPL 3). Please see the LICENSE file for more information.