|
@@ -4,7 +4,7 @@ SDL supports a number of development environments:
|
|
|
- [CMake](docs/INTRO-cmake.md)
|
|
|
- [Visual Studio on Windows](docs/INTRO-visualstudio.md)
|
|
|
- [Xcode on Apple platforms](docs/INTRO-xcode.md)
|
|
|
-- [Android](docs/INTRO-android.md)
|
|
|
+- [Android Studio](docs/INTRO-androidstudio.md)
|
|
|
- [Emscripten for web](docs/INTRO-emscripten.md)
|
|
|
|
|
|
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.
|