To compile:
make

To compile debug mode:
make DEBUG=1

Produces an archive file named either
dui.a or dui_debug.a

Now make the examples with
make examples

Run the examples in the examples directory.
