From 027a88cee0307ebfc02103207ee52d552524a45a Mon Sep 17 00:00:00 2001 From: romellem Date: Tue, 6 Dec 2016 18:02:52 -0600 Subject: 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.--- docs/FAQ.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/FAQ.md') 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) -- cgit v1.2.3 From 52aa4668d0b4238975366fea88be479f117ed083 Mon Sep 17 00:00:00 2001 From: romellem Date: Wed, 7 Dec 2016 16:33:11 -0600 Subject: Generic language targeting macOS --- docs/FAQ.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'docs/FAQ.md') diff --git a/docs/FAQ.md b/docs/FAQ.md index f53dc719e..fe9696b9d 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -96,8 +96,7 @@ 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.10+ as all bottled builds are -generated on Yosemite or later. +* The machine is not running a supported version of macOS as all bottled builds are generated only for supported macOS versions. * Homebrew is installed to a prefix other than the standard `/usr/local` (although some bottles support this) -- cgit v1.2.3 From 25242fe4e9649ecc5033510c408e6db5b6fe8bcc Mon Sep 17 00:00:00 2001 From: romellem Date: Wed, 7 Dec 2016 16:34:52 -0600 Subject: Minimize line length --- docs/FAQ.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs/FAQ.md') diff --git a/docs/FAQ.md b/docs/FAQ.md index fe9696b9d..b9cbcd225 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -96,7 +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 a supported version of macOS as all bottled builds are generated only for supported macOS versions. +* The machine is not running a supported version of macOS as all +bottled builds are generated only for supported macOS versions. * Homebrew is installed to a prefix other than the standard `/usr/local` (although some bottles support this) -- cgit v1.2.3