From 9473f3b28ee04c86efcbf470819a7e5e465f0419 Mon Sep 17 00:00:00 2001 From: Lethosor Date: Sun, 28 Dec 2014 21:46:17 -0500 Subject: [PATCH] Point Homebrew users to a GCC 4.5 formula that works on 10.10 --- Compile.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Compile.rst b/Compile.rst index 9e301239e..9a6d2f8a2 100644 --- a/Compile.rst +++ b/Compile.rst @@ -106,9 +106,10 @@ If you are building on 10.6, please read the subsection below titled "Snow Leopa Option 2: Using Homebrew: * `Install Homebrew `_ and run: + * ``brew tap lethosor/gcc`` * ``brew install git`` * ``brew install cmake`` - * ``brew install gcc45 --enable-multilib`` + * ``brew install lethosor/gcc/gcc45 --enable-multilib`` 5. Install perl dependencies