From b6b9390444a21999d4e2aac5df3479f72133fb00 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sun, 12 Jan 2025 18:45:50 -0800 Subject: [PATCH] Simplified INSTALL.md --- INSTALL.md | 29 +++++++---------------------- 1 file changed, 7 insertions(+), 22 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 72bf3c3adc..52e044156c 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -1,28 +1,13 @@ # To build and use SDL: -## Using CMake +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) +- [Emscripten for web](docs/INTRO-emscripten.md) -Read [BUILD-cmake.md](docs/BUILD-cmake.md) and [INTRO-cmake.md](docs/INTRO-cmake.md) - -## Using Visual Studio on Windows - -Read [BUILD-visualstudio.md](docs/BUILD-visualstudio.md) and [INTRO-visualstudio.md](docs/INTRO-visualstudio.md) - -## Using Xcode on Apple platforms - -Read [BUILD-xcode.md](docs/BUILD-xcode.md) and [INTRO-xcode.md](docs/INTRO-xcode.md) - -## Android: - -Read [BUILD-android.md](docs/BUILD-android.md) and [INTRO-android.md](docs/INTRO-android.md) - -## Emscripten: - -Read [BUILD-emscripten.md](docs/BUILD-emscripten.md) and [INTRO-emscripten.md](docs/INTRO-emscripten.md) - -## Other environments: - -SDL is also usable in other build 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 environment. +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. # Documentation