zawz's standard C++ library
Find a file
2020-02-05 13:54:53 +01:00
include Fix doc typo 2020-02-04 11:52:14 +01:00
src Merge branch 'master' of https://github.com/zawwz/ztd 2020-02-05 13:54:53 +01:00
.gitignore Add ignore_uknown option processing 2020-01-31 15:44:45 +01:00
Doxyfile Init 2019-08-15 14:20:13 +02:00
LICENSE Initial commit 2019-08-15 14:16:24 +02:00
Makefile shell: changed shr 2019-12-25 14:25:15 +01:00
README.md Adjust 2019-08-15 15:34:27 +02:00

ztd

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

Documentation

Use doxygen to generate HTML documentation files

Building

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

Installing

sudo make install