From 95f2bd49a9bbc699a55ec48fb9b56ff1b3b2b1f4 Mon Sep 17 00:00:00 2001 From: Saroj Maharjan Date: Fri, 9 Jan 2015 13:03:50 +0545 Subject: [PATCH] Update DEVELOPMENT-OSX-NATIVE.md apple-gcc42 is in homebrew/dupes --- docs/DEVELOPMENT-OSX-NATIVE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/DEVELOPMENT-OSX-NATIVE.md b/docs/DEVELOPMENT-OSX-NATIVE.md index 802c9819659..7b34a57077f 100644 --- a/docs/DEVELOPMENT-OSX-NATIVE.md +++ b/docs/DEVELOPMENT-OSX-NATIVE.md @@ -46,7 +46,7 @@ RVM (below) can automatically install homebrew for you with the autolibs setting So, you will need to install Homebrew separately, based on the instructions at the website above, and then run the following from the command line: - brew tap homebrew/versions # roughly the same to adding a repo to apt/sources.list + brew tap homebrew/dups # roughly the same to adding a repo to apt/sources.list brew install apple-gcc42 gcc-4.2 -v # Test that it's installed and available