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: INSTALL.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ SDL supports a number of development environments:
4
4
-[CMake](docs/INTRO-cmake.md)
5
5
-[Visual Studio on Windows](docs/INTRO-visualstudio.md)
6
6
-[Xcode on Apple platforms](docs/INTRO-xcode.md)
7
-
-[Android](docs/INTRO-android.md)
7
+
-[Android Studio](docs/INTRO-androidstudio.md)
8
8
-[Emscripten for web](docs/INTRO-emscripten.md)
9
9
10
10
SDL is also usable in other environments. The basic steps are to use CMake to build the library and then use the headers and library that you built in your project. You can search online to see if anyone has specific steps for your setup.
0 commit comments