From b527602e74fe904e61055b8b379778f896709b7f Mon Sep 17 00:00:00 2001 From: "matthias@arch" Date: Mon, 5 Sep 2022 03:10:27 +0200 Subject: [PATCH] Added gen_enum_str --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 2e20213..8471e55 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,14 @@ cpp-20 utility library for my projects ## Usage +### Library - Add `-lgzutil` to your linker flags - Include the wanted header: `#include ` + +### Enumeration-to-string script +- The gen_enum_str.py script will be installed to `/usr/bin/gz-enum-str`. +- Run `gz-enum-str -h` to list available options. + ### Documentation The documentation for this library can be generated using **doxygen**. Install doxygen and run `make docs`, then open `docs/html/index.html`.