21 lines
400 B
Markdown
21 lines
400 B
Markdown
# ztd
|
|
|
|
zawz's standard C++ library. Tools for easier coding
|
|
|
|
Online Documentation: http://zawz.net/doc/ztd
|
|
Github: http://github.com/zawwz/ztd
|
|
ZFD format details: [filedat.md](filedat.md)
|
|
|
|
## Building
|
|
|
|
``make static`` for a static build
|
|
``make shared`` for a shared build
|
|
|
|
## Installing
|
|
|
|
``sudo make install``
|
|
|
|
## Generating documentation
|
|
|
|
Use ``doxygen`` to generate HTML documentation files
|
|
|