mirror of https://github.com/facebook/rocksdb.git
fix out of date macos instructions in INSTALL.md (#12393)
Summary: closes https://github.com/facebook/rocksdb/issues/12349 Pull Request resolved: https://github.com/facebook/rocksdb/pull/12393 Reviewed By: cbi42 Differential Revision: D54311983 Pulled By: ajkr fbshipit-source-id: 3109ad80bdd5d656756364d3d2a60dd15c339fcc
This commit is contained in:
parent
99cc36be9b
commit
eab876bb49
|
@ -126,7 +126,6 @@ most processors made since roughly 2013.
|
|||
* 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/versions; brew install gcc7 --use-llvm` to install gcc 7 (or higher).
|
||||
* run `brew install rocksdb`
|
||||
|
||||
* **FreeBSD** (11.01):
|
||||
|
|
Loading…
Reference in New Issue