Library to support modern C development.
- Static memory management;
- Build based on CMake.
- Linux or Mac platform.
$ git clone git@github.com:ccup/mcl.git
$ cd mcl
$ ./ccup.sh -ubi
$ cd mcl
$ ./ccup.sh -ubt
Disable multi-thread tests:
- Open CMakeLists.txt, modify
option(ENABLE_THREAD "Build tests with thread" ON)
tooption(ENABLE_THREAD "Build tests with thread" OFF)
; - Clean build:
rm -rf build
or./ccup.sh -c
; - Rebuild and test:
./ccup.sh -ubt
./ccup.sh -h