Add README.md
This commit is contained in:
25
README.md
Normal file
25
README.md
Normal file
@ -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.
|
||||
|
Reference in New Issue
Block a user