ztd/README.md
2019-08-15 14:37:08 +02:00

364 B

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