TIDOP-USAL / tidoplib

TidopLib is an open-source C++ library developed by Tidop Research Group
http://tidop.usal.es/
GNU Lesser General Public License v3.0
1 stars 0 forks source link
algebra command-line-parser cpp geometry geospatial mathematics

TidopLib 3.1.0

License: LGPL v3

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

Getting Started

Prerequisites

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.