zawz's standard C++ library
Find a file
2019-08-15 14:37:08 +02:00
include Init 2019-08-15 14:20:13 +02:00
src Init 2019-08-15 14:20:13 +02:00
Doxyfile Init 2019-08-15 14:20:13 +02:00
LICENSE Initial commit 2019-08-15 14:16:24 +02:00
Makefile Install location to /usr/local 2019-08-15 14:37:08 +02:00
README.md Install location to /usr/local 2019-08-15 14:37:08 +02:00

ztd

zawz's standard C++ library. Tools for easier coding

Building

make static for a static build
make shared for a shared build

Documentation

Use doxygen to generate HTML documentation files

Installing

sudo make install
Moves libztd.a and libztd.so to /usr/local/lib
Copies headers to /usr/local/include/ztd