zap

A library for algorithmics.

Note: This library is still in it's early stages and is NOT anywhere near being fully optimised.


Building and installation

zap uses GNU Make for building.

The default target builds the static library file (located at zap/libzap.a). The target clean removes object files, whilst purge removes object files and the static library file.

Currently, zap doesn't support being compiled as a shared library out of the box, but the makefile could be modified to allow this.

The install target installs the headers to $(HDRDIR) and the library file to $(LIBDIR).

Instructions for building the test program may be found on the first line of test.c.