FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

TIDOP-USAL/tidoplib: TidopLib is an open-source C++ library developed by Tidop Research Group · GitHub

Repository files navigation

TidopLib 3.2.3

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.

About

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

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages


Back | FazBrowse Home | New Git URL