From eab876bb49468997e476cbd8dd0676fffe2bf118 Mon Sep 17 00:00:00 2001 From: Greg Sadetsky Date: Wed, 28 Feb 2024 12:38:15 -0800 Subject: [PATCH] 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 --- INSTALL.md | 1 - 1 file changed, 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index c29005352c..5bc5bd7b29 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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):