From 8b7be1808c8b7391baacd207b5a89420eeac0883 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikael=20H=C3=B6gqvist?= Date: Wed, 10 Jun 2015 21:52:42 +0200 Subject: [PATCH] Updated OS X instructions, replace homebrew/dupes with homebrew/versions --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 330f8bcbd..c6af083a3 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -75,7 +75,7 @@ your make commands, like this: `PORTABLE=1 make static_lib` * Update XCode: run `xcode-select --install` (or install it from XCode App's settting). * Install via [homebrew](http://brew.sh/). * If you're first time developer in MacOS, you still need to run: `xcode-select --install` in your command line. - * run `brew tap homebrew/dupes; brew install gcc47 --use-llvm` to install gcc 4.7 (or higher). + * run `brew tap homebrew/versions; brew install gcc47 --use-llvm` to install gcc 4.7 (or higher). * run `brew install rocksdb` * **iOS**: