summaryrefslogblamecommitdiff
path: root/README.html
blob: f460a0a4fe8bbea83a7783b84bb14ce266d48409 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11

               

                                          

                                                                                                                      




                                                                                                                                                                                                                      
                                                                                                          
      
<!DOCTYPE html>
<html>
	<h1>zap</h1>
	<p>A library for algorithmics.</p>
	<p><i>Note: This library is still in it's early stages and is NOT anywhere near being fully optimised.</i></p>
	<br />
	<h2>Building and installation</h2>
	<p>zap uses GNU Make for building.</p>
	<p>The default target builds the static library file (located at <i>zap/libzap.a</i>). The target <i>clean</i> removes object files, whilst <i>purge</i> removes object files and the static library file.</p>
	<p>Currently, zap doesn't support being compiled as a shared library out of the box, but the makefile could be modified to allow this.</p>
	<p>The <i>install</i> target installs the headers to <i>$(HDRDIR)</i> and the library file to <i>$(LIBDIR)</i>.</p>
	<p>Instructions for building the test program may be found on the first line of <i>test.c</i>.</p>
</html>