Tweak brew install docs

This commit is contained in:
Adam Vandenberg 2010-07-29 09:20:26 -07:00
parent 23f6c8338b
commit c0d085751f
2 changed files with 6 additions and 3 deletions

View File

@ -47,8 +47,8 @@ didn't include with OS X.
If `--debug` is passed and brewing fails, opens a shell inside the
temporary folder used for compiling.
If `--use-llvm` is passed, attempt to compile using the LLVM front-end to GCC.
*NOTE*: Not all formulae are compatible with LLVM, especially C++-based ones.
If `--use-llvm` is passed, attempt to compile using the LLVM front-end to GCC.
*NOTE*: Not all formulae will build with LLVM.
If `--ignore-dependencies` is passed, skip installing any dependencies of
any kind. If they are not already present, the formula will probably fail to

View File

@ -51,7 +51,10 @@ Installs \fIformula\fR\.
If \fB\-\-debug\fR is passed and brewing fails, opens a shell inside the temporary folder used for compiling\.
.
.IP
If \fB\-\-use\-llvm\fR is passed, attempt to compile using the LLVM front\-end to GCC\. \fINOTE\fR: Not all formulae are compatible with LLVM, especially C++\-based ones\.
If \fB\-\-use\-llvm\fR is passed, attempt to compile using the LLVM front\-end to GCC\.
.
.br
\fINOTE\fR: Not all formulae will build with LLVM\.
.
.IP
If \fB\-\-ignore\-dependencies\fR is passed, skip installing any dependencies of any kind\. If they are not already present, the formula will probably fail to install\.