ztd/README.md
2019-08-15 15:34:27 +02:00

16 lines
256 B
Markdown

# 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``