Skip to content

Commit b6b9390

Browse files
committed
Simplified INSTALL.md
1 parent 55e094f commit b6b9390

File tree

1 file changed

+8
-23
lines changed

1 file changed

+8
-23
lines changed

INSTALL.md

Lines changed: 8 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,13 @@
11
# To build and use SDL:
22

3-
## Using CMake
4-
5-
Read [BUILD-cmake.md](docs/BUILD-cmake.md) and [INTRO-cmake.md](docs/INTRO-cmake.md)
6-
7-
## Using Visual Studio on Windows
8-
9-
Read [BUILD-visualstudio.md](docs/BUILD-visualstudio.md) and [INTRO-visualstudio.md](docs/INTRO-visualstudio.md)
10-
11-
## Using Xcode on Apple platforms
12-
13-
Read [BUILD-xcode.md](docs/BUILD-xcode.md) and [INTRO-xcode.md](docs/INTRO-xcode.md)
14-
15-
## Android:
16-
17-
Read [BUILD-android.md](docs/BUILD-android.md) and [INTRO-android.md](docs/INTRO-android.md)
18-
19-
## Emscripten:
20-
21-
Read [BUILD-emscripten.md](docs/BUILD-emscripten.md) and [INTRO-emscripten.md](docs/INTRO-emscripten.md)
22-
23-
## Other environments:
24-
25-
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.
3+
SDL supports a number of development environments:
4+
- [CMake](docs/INTRO-cmake.md)
5+
- [Visual Studio on Windows](docs/INTRO-visualstudio.md)
6+
- [Xcode on Apple platforms](docs/INTRO-xcode.md)
7+
- [Android](docs/INTRO-android.md)
8+
- [Emscripten for web](docs/INTRO-emscripten.md)
9+
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.
2611

2712
# Documentation
2813

0 commit comments

Comments
 (0)