From 845d2420e0cbfd338bab63764c4fe3c4273ab47e Mon Sep 17 00:00:00 2001 From: Andrea Canciani Date: Tue, 10 Mar 2015 12:10:35 +0100 Subject: [PATCH] Update README with new minimum MacOSX requirements Since 70cc8f250b5669e757b4f044571ba0f71e3dea9e 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. --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 592643067..0be9947d5 100644 --- a/README +++ b/README @@ -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 -------------