Update README.md
This commit is contained in:
parent
2492f3626b
commit
11b91a80fc
|
@ -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`
|
1. Clone the development branch `git clone -b development https://github.com/Lauchmelder23/SDLU`
|
||||||
2. Clone the submodules `git submodule update --init`
|
2. Clone the submodules `git submodule update --init`
|
||||||
3. Create a build directory and enter it `mkdir build`, `cd build`
|
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`
|
5. Configure CMake and enable `ENABLE_EXAMPLE`
|
||||||
6. Click Generate
|
6. Click Generate
|
||||||
7. Exit ccmake and type `make`
|
7. Exit ccmake and type `make`
|
||||||
|
|
Loading…
Reference in a new issue