mirror of https://github.com/libsdl-org/SDL.git
Updated macOS build requirements
Building the latest SDL requires at least Xcode 12.2 and the macOS 11.0 SDK.
This commit is contained in:
parent
f59d66f4b1
commit
571a4b4b32
|
|
@ -30,7 +30,7 @@ cmake --build .
|
||||||
sudo cmake --install .
|
sudo cmake --install .
|
||||||
```
|
```
|
||||||
|
|
||||||
Please note that building SDL requires at least Xcode 6 and the 10.9 SDK.
|
Please note that building SDL requires at least Xcode 12.2 and the 11.0 SDK.
|
||||||
PowerPC support for macOS has been officially dropped as of SDL 2.0.2.
|
PowerPC support for macOS has been officially dropped as of SDL 2.0.2.
|
||||||
32-bit Intel and macOS 10.8 runtime support has been officially dropped as
|
32-bit Intel and macOS 10.8 runtime support has been officially dropped as
|
||||||
of SDL 2.24.0.
|
of SDL 2.24.0.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue