Skip to content

Commit

Permalink
Updated OS X instructions, replace homebrew/dupes with homebrew/versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mkhq committed Jun 10, 2015
1 parent d03f110 commit 8b7be18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**:
Expand Down

0 comments on commit 8b7be18

Please sign in to comment.