From 2492f3626be9a99a482caaef889277e641688f3e Mon Sep 17 00:00:00 2001 From: Lauchmelder Date: Mon, 18 May 2020 18:45:34 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a68a651..7b25e12 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,11 @@ # SDL Utility -A wrapper for SDL2 to make development on quick, simple graphics applications easier. \ No newline at end of file +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` From 11b91a80fc843711b22448b99b8179a2969d3e88 Mon Sep 17 00:00:00 2001 From: Lauchmelder Date: Mon, 18 May 2020 18:49:58 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b25e12..ee6822b 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ A wrapper for SDL2 to make development on quick, simple graphics applications ea 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 ..` +4. Run `ccmake ..` (Install ccmake via `sudo apt install cmake-curses-gui`) 5. Configure CMake and enable `ENABLE_EXAMPLE` 6. Click Generate 7. Exit ccmake and type `make`