Skip to content
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.

Commit

Permalink
Update INSTALL
Browse files Browse the repository at this point in the history
Added information about forcing Homebrew to use Apple's GCC 4.2 compiler.
  • Loading branch information
Swahvay committed Feb 9, 2014
1 parent b1e0167 commit 1f5bbe4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions INSTALL
Expand Up @@ -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.

Expand Down

0 comments on commit 1f5bbe4

Please sign in to comment.