Library to support modern C development.
- Static memory management;
- Build based on CMake.
- Linux or Mac platform.
$ git clone [email protected]:ccup/mcl.git
$ cd mcl
$ ./ccup.sh -ubi$ cd mcl
$ ./ccup.sh -ubtDisable 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 buildor./ccup.sh -c; - Rebuild and test:
./ccup.sh -ubt
./ccup.sh -h