You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: bindings/c/examples/sdl/README.md
+13-4
Original file line number
Diff line number
Diff line change
@@ -6,22 +6,31 @@ This example demonstrates how to make use of the C bindings to create cross-plat
6
6
7
7
The process will vary based on your operating system.
8
8
9
-
### On Windows:
9
+
### Windows:
10
10
11
-
First download a copy of SDL2 and extract it.
11
+
First download an SDL2 development package from the project's [GitHub release page](https://github.com/libsdl-org/SDL/releases) (SDL2-devel-2.x.y-VC.zip for MSVC) and extract it.
First download an SDL2 package from the project's [GitHub release page](https://github.com/libsdl-org/SDL/releases) (SDL2-2.x.y.dmg) and copy `SDL2.framework` to `/Library/Frameworks`.
0 commit comments