mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-12-21 04:35:23 +08:00
docs: remove references to configure build systems from documentation
This commit is contained in:
committed by
Sam Lantinga
parent
1c0d26e55c
commit
bdb416e4f3
@@ -6,16 +6,16 @@ To compile and install SDL:
|
||||
|
||||
Windows with gcc, either native or cross-compiling:
|
||||
* Read the FAQ at https://wiki.libsdl.org/FAQWindows
|
||||
* Run './configure; make; make install'
|
||||
* Run 'cmake -S . -B build && cmake --build build && cmake --install install'
|
||||
|
||||
macOS with Xcode:
|
||||
* Read docs/README-macosx.md
|
||||
|
||||
macOS from the command line:
|
||||
* Run './configure; make; make install'
|
||||
* Run 'cmake -S . -B build && cmake --build build && cmake --install install'
|
||||
|
||||
Linux and other UNIX systems:
|
||||
* Run './configure; make; make install'
|
||||
* Run 'cmake -S . -B build && cmake --build build && cmake --install install'
|
||||
|
||||
Android:
|
||||
* Read docs/README-android.md
|
||||
|
||||
Reference in New Issue
Block a user