Skip to content

Latest commit

 

History

History
69 lines (62 loc) · 1.47 KB

README.md

File metadata and controls

69 lines (62 loc) · 1.47 KB


      Coverity Scan Build Status   Codecov

Morphux/lib

Morphux C Development Library

InstallTestUseDocumentation

Install

Clone the repository

git clone https://github.com/Morphux/lib.git

Compile

make

Test

Dependencies

valgrind

Basic Tests

make -C tests check

Memory Tests

make -C tests valgrind

Use

Compile with the following options

gcc [...] -Llib/ -lmorphux -Ilib/inc 

Of course, lib directory must exist.

In code:

#include <morphux.h>

Documentation

Dependencies

doxygen

Generate it:

make doc