libscgui/README.md

25 lines
313 B
Markdown
Raw Permalink Normal View History

2024-12-03 17:02:54 +01:00
# 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.