mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-07 11:58:12 +00:00
Fixed install instructions
This commit is contained in:
@@ -5,19 +5,19 @@ To compile and install SDL:
|
|||||||
* Read ./docs/README-visualc.md
|
* Read ./docs/README-visualc.md
|
||||||
|
|
||||||
Windows building with mingw64 for x86:
|
Windows building with mingw64 for x86:
|
||||||
* Run: cmake -S . -B build -DCMAKE_TOOLCHAIN_FILE=build-scripts/cmake-toolchain-mingw64-i686.cmake && cmake --build build && cmake --install install
|
* Run: cmake -S . -B build -DCMAKE_TOOLCHAIN_FILE=build-scripts/cmake-toolchain-mingw64-i686.cmake && cmake --build build && cmake --install build
|
||||||
|
|
||||||
Windows building with mingw64 for x64:
|
Windows building with mingw64 for x64:
|
||||||
* Run: cmake -S . -B build -DCMAKE_TOOLCHAIN_FILE=build-scripts/cmake-toolchain-mingw64-x86_64.cmake && cmake --build build && cmake --install install
|
* Run: cmake -S . -B build -DCMAKE_TOOLCHAIN_FILE=build-scripts/cmake-toolchain-mingw64-x86_64.cmake && cmake --build build && cmake --install build
|
||||||
|
|
||||||
macOS with Xcode:
|
macOS with Xcode:
|
||||||
* Read docs/README-macosx.md
|
* Read docs/README-macosx.md
|
||||||
|
|
||||||
macOS from the command line:
|
macOS from the command line:
|
||||||
* Run: cmake -S . -B build && cmake --build build && cmake --install install
|
* Run: cmake -S . -B build && cmake --build build && cmake --install build
|
||||||
|
|
||||||
Linux and other UNIX systems:
|
Linux and other UNIX systems:
|
||||||
* Run: cmake -S . -B build && cmake --build build && cmake --install install
|
* Run: cmake -S . -B build && cmake --build build && cmake --install build
|
||||||
|
|
||||||
Android:
|
Android:
|
||||||
* Read docs/README-android.md
|
* Read docs/README-android.md
|
||||||
|
Reference in New Issue
Block a user