mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-06-06 15:30:50 +00:00
Made the README links in INSTALL.md markdown links
This commit is contained in:
parent
b08d045811
commit
670db4d248
1 changed files with 5 additions and 5 deletions
10
INSTALL.md
10
INSTALL.md
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
## Windows with Visual Studio:
|
## Windows with Visual Studio:
|
||||||
|
|
||||||
Read ./docs/README-visualc.md
|
Read [README-visualc.md](docs/README-visualc.md)
|
||||||
|
|
||||||
## Windows building with mingw-w64 for x86:
|
## Windows building with mingw-w64 for x86:
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@ Run: `cmake -S . -B build -DCMAKE_TOOLCHAIN_FILE=build-scripts/cmake-toolchain-m
|
||||||
|
|
||||||
## macOS with Xcode:
|
## macOS with Xcode:
|
||||||
|
|
||||||
Read docs/README-macos.md
|
Read [README-macos.md](docs/README-macos.md)
|
||||||
|
|
||||||
## macOS from the command line:
|
## macOS from the command line:
|
||||||
|
|
||||||
|
@ -34,15 +34,15 @@ Run: `cmake -S . -B build && cmake --build build --parallel $(nproc) && cmake --
|
||||||
|
|
||||||
## Android:
|
## Android:
|
||||||
|
|
||||||
Read docs/README-android.md
|
Read [README-android.md](docs/README-android.md)
|
||||||
|
|
||||||
## iOS:
|
## iOS:
|
||||||
|
|
||||||
Read docs/README-ios.md
|
Read [README-ios.md](docs/README-ios.md)
|
||||||
|
|
||||||
## Using CMake:
|
## Using CMake:
|
||||||
|
|
||||||
Read docs/README-cmake.md
|
Read [README-cmake.md](docs/README-cmake.md)
|
||||||
|
|
||||||
# Example code
|
# Example code
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue