brew.1: document install --force-bottle
Closes Homebrew/homebrew#41398. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
parent
10495fb1fa
commit
8071dcac24
@ -184,7 +184,7 @@ Note that these flags should only appear after a command.
|
|||||||
See the docs for examples of using the JSON:
|
See the docs for examples of using the JSON:
|
||||||
<https://github.com/Homebrew/homebrew/blob/master/share/doc/homebrew/Querying-Brew.md>
|
<https://github.com/Homebrew/homebrew/blob/master/share/doc/homebrew/Querying-Brew.md>
|
||||||
|
|
||||||
* `install [--debug] [--env=<std|super>] [--ignore-dependencies] [--only-dependencies] [--cc=<compiler>] [--build-from-source] [--devel|--HEAD]` <formula>:
|
* `install [--debug] [--env=<std|super>] [--ignore-dependencies] [--only-dependencies] [--cc=<compiler>] [--build-from-source|--force-bottle] [--devel|--HEAD]` <formula>:
|
||||||
Install <formula>.
|
Install <formula>.
|
||||||
|
|
||||||
<formula> is usually the name of the formula to install, but it can be specified
|
<formula> is usually the name of the formula to install, but it can be specified
|
||||||
@ -213,6 +213,9 @@ Note that these flags should only appear after a command.
|
|||||||
If `--build-from-source` is passed, compile from source even if a bottle
|
If `--build-from-source` is passed, compile from source even if a bottle
|
||||||
is provided for <formula>.
|
is provided for <formula>.
|
||||||
|
|
||||||
|
If `--force-bottle` is passed, install from a bottle if it exists
|
||||||
|
for the current version of OS X, even if custom options are given.
|
||||||
|
|
||||||
If `--devel` is passed, and <formula> defines it, install the development version.
|
If `--devel` is passed, and <formula> defines it, install the development version.
|
||||||
|
|
||||||
If `--HEAD` is passed, and <formula> defines it, install the HEAD version,
|
If `--HEAD` is passed, and <formula> defines it, install the HEAD version,
|
||||||
|
|||||||
@ -185,7 +185,7 @@ Pass \fB\-\-all\fR to get information on all formulae, or \fB\-\-installed\fR to
|
|||||||
See the docs for examples of using the JSON: \fIhttps://github\.com/Homebrew/homebrew/blob/master/share/doc/homebrew/Querying\-Brew\.md\fR
|
See the docs for examples of using the JSON: \fIhttps://github\.com/Homebrew/homebrew/blob/master/share/doc/homebrew/Querying\-Brew\.md\fR
|
||||||
.
|
.
|
||||||
.IP "\(bu" 4
|
.IP "\(bu" 4
|
||||||
\fBinstall [\-\-debug] [\-\-env=<std|super>] [\-\-ignore\-dependencies] [\-\-only\-dependencies] [\-\-cc=<compiler>] [\-\-build\-from\-source] [\-\-devel|\-\-HEAD]\fR \fIformula\fR: Install \fIformula\fR\.
|
\fBinstall [\-\-debug] [\-\-env=<std|super>] [\-\-ignore\-dependencies] [\-\-only\-dependencies] [\-\-cc=<compiler>] [\-\-build\-from\-source|\-\-force\-bottle] [\-\-devel|\-\-HEAD]\fR \fIformula\fR: Install \fIformula\fR\.
|
||||||
.
|
.
|
||||||
.IP
|
.IP
|
||||||
\fIformula\fR is usually the name of the formula to install, but it can be specified several different ways\. See \fISPECIFYING FORMULAE\fR\.
|
\fIformula\fR is usually the name of the formula to install, but it can be specified several different ways\. See \fISPECIFYING FORMULAE\fR\.
|
||||||
@ -212,6 +212,9 @@ If \fB\-\-cc=<compiler>\fR is passed, attempt to compile using \fIcompiler\fR\.
|
|||||||
If \fB\-\-build\-from\-source\fR is passed, compile from source even if a bottle is provided for \fIformula\fR\.
|
If \fB\-\-build\-from\-source\fR is passed, compile from source even if a bottle is provided for \fIformula\fR\.
|
||||||
.
|
.
|
||||||
.IP
|
.IP
|
||||||
|
If \fB\-\-force\-bottle\fR is passed, install from a bottle if it exists for the current version of OS X, even if custom options are given\.
|
||||||
|
.
|
||||||
|
.IP
|
||||||
If \fB\-\-devel\fR is passed, and \fIformula\fR defines it, install the development version\.
|
If \fB\-\-devel\fR is passed, and \fIformula\fR defines it, install the development version\.
|
||||||
.
|
.
|
||||||
.IP
|
.IP
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user