Collection of C utilities taken and cleaned up from my other projects
mkdir target && cd target # - create build target directory
cmake -DCMAKE_INSTALL_PREFIX=build .. # - run CMake, set install directory
make # - compile
cd target # - cd to your target directory
make test # - run tests
No systemwide install yet provided.
The utilites are small and mainly meant to be copied to your project. However library containing all the utilities is built with the cmake.
- Each utility should be independant.
- Each utility should contain tests.
- Each utility should have use more than once.
zlib, see LICENSE file for more information