Update README.md

This commit is contained in:
Lauchmelder 2020-05-18 18:45:34 +02:00 committed by GitHub
parent 2c934fd5a3
commit 2492f3626b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,2 +1,11 @@
# SDL Utility
A wrapper for SDL2 to make development on quick, simple graphics applications easier.
A wrapper for SDL2 to make development on quick, simple graphics applications easier.
## How to compile
1. Clone the development branch `git clone -b development https://github.com/Lauchmelder23/SDLU`
2. Clone the submodules `git submodule update --init`
3. Create a build directory and enter it `mkdir build`, `cd build`
4. Run `ccmake ..`
5. Configure CMake and enable `ENABLE_EXAMPLE`
6. Click Generate
7. Exit ccmake and type `make`