diff options
Diffstat (limited to 'README.txt')
-rw-r--r-- | README.txt | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/README.txt b/README.txt deleted file mode 100644 index 894c6b3..0000000 --- a/README.txt +++ /dev/null @@ -1,7 +0,0 @@ -# Building and installation - -zap uses GNU Make as the build system. The library is primarily written in GNU Assembly (with preprocessing required), with some modules still being written in C90. -The default target builds the static library file (located at 'zap/libzapq.a'). The target 'clean' removes object files, whilst 'purge' removes all artefacts. -When invoking the makefile, the arch variable must be set (currently, the only allowed value is 'amd64'). This can be set when at invocation (like via `make arch=amd64`), or by modifying the makefile directly. -Currently, zap doesn't support being compiled as a shared library by default, but the makefile could be modified to allow this. -The 'install' target installs the headers to HDRDIR and the library file to LIBDIR. |