How to build C examples
You will need the following libraries to build the C examples in this directory.
You can use your OS package manager (brew, apt, pkg, ...) or install them from
source.
- -
Simply run `make` in this directory.
```
% make clean
% make
```