Skip to content

ztnel/merase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Merase

ci codecov

Modified: 2022-02

A simple C logger. Merase is derived from polymerase, an enzyme responsible for transcribing DNA or MRNA, in other words a genetic logger.

Build

Build the static library:

git clone https://github.com/ztnel/merase.git
cd merase

Build static lib from source:

mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make -j

Tests

Clone the project:

git clone https://github.com/ztnel/merase.git

Build static lib from source with debug flag set:

mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Debug ..
make -j

Run the tests and coverage:

make cov

Example

See here for an example of using the static library in your project.

License

This software is licensed under the terms of the MIT License