From 243f70c34068a6cb029ca4f93d28b99bb1e87040 Mon Sep 17 00:00:00 2001 From: Bob Polis Date: Tue, 3 Dec 2024 17:02:54 +0100 Subject: [PATCH] Add README.md --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..d9b40e8 --- /dev/null +++ b/README.md @@ -0,0 +1,24 @@ +# libscgui — Simple C++ SDL2-wrapper + +Rudimentary app and window support, with global and per-window event handling. + +## Build + +`make` + +after building and installing dependencies: + +- SDL2 +- SDL2_image + +## Install + +`sudo make install` + +or, on OpenBSD: + +`doas gmake install` + +## Documentation + +Not yet available.