From 91eee08323cd56bb2bffb3689754da51a514e13a Mon Sep 17 00:00:00 2001 From: Bob Polis Date: Tue, 26 Nov 2024 15:27:27 +0100 Subject: [PATCH] Add README.md --- README.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..eb5a28f --- /dev/null +++ b/README.md @@ -0,0 +1,25 @@ +# libsclogging — Logging for C++ + +Library for C++ logging. Supports several log levels, as well as optional color +output. + +## Build + +`make` + +after installing dependency: + +- [libscterm](https://git.bobpolis.com/bob/libscterm/) + +## Install + +`sudo make install` + +or, on OpenBSD: + +`doas gmake install` + +## Documentation + +In progress. +