From 1f5bbe4a4e988518dfcaff1f4221c372771bcd18 Mon Sep 17 00:00:00 2001 From: Stefan Parker Date: Sat, 8 Feb 2014 18:43:22 -0800 Subject: [PATCH] Update INSTALL Added information about forcing Homebrew to use Apple's GCC 4.2 compiler. --- INSTALL | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/INSTALL b/INSTALL index 66968a8a..1f01210c 100644 --- a/INSTALL +++ b/INSTALL @@ -11,9 +11,9 @@ Once completed, ensure gcc is installed: Then run any of the following commands: - * brew install php53-xhp - * brew install php54-xhp - * brew install php55-xhp + * brew install php53-xhp --cc=gcc-4.2 + * brew install php54-xhp --cc=gcc-4.2 + * brew install php55-xhp --cc=gcc-4.2 To install manually, continue reading.