OOZZY / tloc

A C library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tloc

A C library.

Build Requirements

  • CMake
  • C11 development environment for which CMake can generate build files

Clone, Build, and Test

Clone into tloc directory.

$ git clone --branch develop <url/to/tloc.git>

Build.

$ mkdir tlocbuild
$ cd tlocbuild
$ cmake -G 'Unix Makefiles' -DCMAKE_BUILD_TYPE=Debug ../tloc
$ make

Run tests with make.

$ make test

Run tests directly.

$ ./test/tloc_test

About

A C library.


Languages

Language:C 89.9%Language:C++ 4.5%Language:CMake 3.8%Language:Objective-C 1.8%