Skip to content

Commit be60ede

Browse files
authored
chore: add checkout instructions
1 parent 15e83d2 commit be60ede

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22
This project provides a simple jumping off point for writing ImGui apps with C++.
33
Window management is provided by Raylib, which compiles out of the box on most systems.
44

5+
## Usage
6+
Checkout the repsitory, making sure to properly initialise the submodules.
7+
```
8+
https://github.com/rfletchr/cpp_imgui_starter_app.git my_app
9+
cd my_app
10+
git submodule init
11+
git submodule update --recursive
12+
cmake --preset debug
13+
cmake --build --preset debug
14+
```
15+
16+
517
## Missing Dependencies
618
In cases where configuration fails due to missing dependencies Raylib provides a guide [here](https://github.com/raysan5/raylib/wiki/raylib-dependencies#platform-specific-dependency-notes).
719

0 commit comments

Comments
 (0)