File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -12,17 +12,19 @@ from [imgui](https://github.com/ocornut/imgui/tree/master) and
1212[ this one] ( https://github.com/zig-gamedev/zig-gamedev/blob/main/samples/minimal_zgui_glfw_gl/src/minimal_zgui_glfw_gl.zig )
1313from the [ zig-gamedev] ( https://github.com/zig-gamedev/zig-gamedev/tree/main ) samples.
1414
15-
1615Finally, this was only tested on Windows, but should work on other platforms.
1716
1817## Building and Running
1918
2019```
21- # 1. Build the SDL3 .dll
20+ # 1. Fetch the SDL repo
21+ git submodule init
22+ git submodule udpate
23+ # 2. Build the SDL3 .dll
2224cd SDL
2325mkdir build && cd build
2426cmake -G "MinGW Makefiles" .. && cmake --build .
2527cd ../..
26- # Run the example
28+ # 3. Run the example
2729zig build run
2830```
You can’t perform that action at this time.
0 commit comments