Library for the CoCoNut framework.
In order to use this library in your CoCoNut project do the following:
- Make this project using the
make
command. - Link the created static library found in the bin/ directory, using
-lcoconut
and a corresponding-L
path. - Create an include directive towards the include directory.