OOZZY / tlocposix

A C library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tlocposix

A C library.

Build Requirements

  • CMake
  • C11 development environment for which CMake can generate build files
  • Unix-like environment (Linux, FreeBSD, Cygwin, etc.)

Clone, Build, and Test

Clone into tlocposix directory.

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

Build.

$ mkdir tlocposixbuild
$ cd tlocposixbuild
$ cmake -G 'Unix Makefiles' -DCMAKE_BUILD_TYPE=Debug ../tlocposix
$ make

Run tests with make.

$ make test

Run tests directly.

$ ./test/tlocposix_test

About

A C library.


Languages

Language:C 70.8%Language:CMake 29.2%