diff options
| author | romellem | 2016-12-06 18:02:52 -0600 |
|---|---|---|
| committer | GitHub | 2016-12-06 18:02:52 -0600 |
| commit | 027a88cee0307ebfc02103207ee52d552524a45a (patch) | |
| tree | 3e30fbfc2d957658db7e2b5dd3bab10a33b5c038 | |
| parent | 11cf7b97c419312d72945a174e1a57d51f1a1787 (diff) | |
| download | brew-027a88cee0307ebfc02103207ee52d552524a45a.tar.bz2 | |
Bottles are created for Yosemite and higher
After Issue #985 was merged, bottles for Mavericks are no longer
being built, meaning installations are triggering builds.
Update the FAQ to show that builds will most likely now be
triggers on Mavericks since their bottles are not being generated.
| -rw-r--r-- | docs/FAQ.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/FAQ.md b/docs/FAQ.md index 1d809155e..f53dc719e 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -96,8 +96,8 @@ will use a bottled version of $FORMULA, but `brew install $FORMULA --enable-bar` will trigger a source build. * The `--build-from-source` option is invoked. * The environment variable `HOMEBREW_BUILD_FROM_SOURCE` is set. -* The machine is not running OS X 10.9+ as all bottled builds are -generated on Mavericks or later. +* The machine is not running OS X 10.10+ as all bottled builds are +generated on Yosemite or later. * Homebrew is installed to a prefix other than the standard `/usr/local` (although some bottles support this) |
