enerdhil / lib

Morphux C Libraries

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


      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

About

Morphux C Libraries

License:Apache License 2.0


Languages

Language:C 92.7%Language:C++ 4.7%Language:Makefile 2.6%