Update README with new minimum MacOSX requirements

Since 70cc8f250b the quartz backend is
using some APIs that are not available on MacOSX 10.4 directly
(i.e. without detecting their availability through dynamic linking).
This means that the quartz backend does not work anymore on MacOSX
10.4 and that the 10.5 SDK (or newer) is needed to build.
This commit is contained in:
Andrea Canciani 2015-03-10 12:10:35 +01:00 committed by Bryce Harrington
parent 86fad78fcd
commit 845d2420e0

2
README
View file

@ -121,7 +121,7 @@ Supported, "platform" surface backends
quartz backend
--------------
MacOS X >= 10.4 with Xcode >= 2.4
MacOS X >= 10.5 with Xcode >= 3.0
win32 backend
-------------