Install • Test • Use • Documentation
git clone https://github.com/Morphux/lib.git
make
valgrind
make -C tests check
make -C tests valgrind
Compile with the following options
gcc [...] -Llib/ -lmorphux -Ilib/inc
Of course, lib
directory must exist.
In code:
#include <morphux.h>
doxygen
Generate it:
make doc