Add README.md
This commit is contained in:
parent
0ee98e401a
commit
243f70c340
24
README.md
Normal file
24
README.md
Normal file
@ -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.
|
Loading…
x
Reference in New Issue
Block a user