Sturk 1.0.2
Publish-subscribe C implementation.
|
Sturk is a C library that implements the publish-subscribe messaging pattern.
gcc -std=c99 -pedantic ...
.Sources are compiled into a static library - libsturk.a
. The library uses header files from the directory /path/to/sturk/include
.
By default, libsturk.a
will be created at /path/to/sturk/build/src
.
The build can be customized with a yaml configuration. In this case, libsturk.a
will be created at /my/empty/dir
.