mirror of
https://github.com/GayPizzaSpecifications/padlab.git
synced 2025-08-03 13:11:32 +00:00
License & Readme 'n stuff
This commit is contained in:
15
README.md
Normal file
15
README.md
Normal 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
|
||||
```
|
Reference in New Issue
Block a user