summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAndrea Canciani <ranma42@tartaros.local>2015-03-10 12:10:35 +0100
committerBryce Harrington <bryce@osg.samsung.com>2015-06-24 18:27:06 -0700
commit76393b557b034c1b3f04dfe3eaff21cbe7a43bb0 (patch)
tree6013389742caa5b2e58d67d90b927575d8cd9489 /README
parent2f93af57f6527e20d821d5352a71c61fa9ae7834 (diff)
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.
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
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
-------------