diff options
| author | Mike McQuaid | 2017-07-21 09:06:50 +0100 |
|---|---|---|
| committer | GitHub | 2017-07-21 09:06:50 +0100 |
| commit | e0560ff363d5efa177cf567281e78f73848557b4 (patch) | |
| tree | 99189f69078f5239cf516c6935839f0e283a5d91 /docs | |
| parent | 997260da541cf4d1be8769e8c7960372bd6a92f0 (diff) | |
| parent | bd06a7926cbcdeb8d8d80f6eb46b5bde27b365e4 (diff) | |
| download | brew-e0560ff363d5efa177cf567281e78f73848557b4.tar.bz2 | |
Merge pull request #2919 from baughj/add-check-for-build-from-source
Add check for build from source
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/FAQ.md | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/docs/FAQ.md b/docs/FAQ.md index 4fe11530e..23f53d54c 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -89,16 +89,13 @@ following conditions: will use a bottled version of the 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 environment variable `HOMEBREW_BUILD_FROM_SOURCE` is set +(intended for developers only). * 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). -In order to completely disable bottled builds, simply add a value for -the environment variable `HOMEBREW_BUILD_FROM_SOURCE` to -your profile. - We aim to bottle everything. ## How do I get a formula from someone else’s branch? |
