License & Readme 'n stuff

This commit is contained in:
2022-10-06 19:09:03 +11:00
parent b7dea03e52
commit 2fa6be7780
4 changed files with 33 additions and 5 deletions

15
README.md Normal file
View File

@ -0,0 +1,15 @@
# PadLab #
Playground for different analogue stick setups written with SDL2 for graphics and controller support.
### Building ###
Requirements:
- C99 compiler
- SDL 2.x
- CMake 3.1 or higher
For *nix:
```shell
cmake -B build -DCMAKE_BUILD_TYPE=RelWithDebInfo
cmake --build build
```