From 30fda789d5ce33e7c481e125eb71f3ca27de3adc Mon Sep 17 00:00:00 2001 From: Eike Ziller Date: Thu, 30 Jun 2016 13:53:35 +0200 Subject: [PATCH] Precompiled binaries no longer support macOS 10.7 Since we compile with Qt 5.7, macOS 10.8 is the minimum requirement for the binary packages. Change-Id: Id9a08739e8f720399960735fd3b2072320f154fe Reviewed-by: Jake Petroules --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b416359b02..d48d5df651c 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ The standalone binary packages support the following platforms: Windows 7 or later (K)Ubuntu Linux 14.04 (64-bit) or later -Mac OS X 10.7 or later +macOS 10.8 or later Building the sources requires Qt 5.5.0 or later.