aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2010-06-15 11:53:46 -0700
committerAdam Vandenberg2010-06-29 14:56:52 -0700
commit0aed4925724b189ad6e418be7964b760b439f1b5 (patch)
tree637944e4c4bade3da06219cde19f2f69efbcbae5 /Library
parent551e4efbd6f076dabb0905db7ac990eb6ecaf722 (diff)
downloadbrew-0aed4925724b189ad6e418be7964b760b439f1b5.tar.bz2
manpage updates
* Update title for ronn 0.7.3 * document --use-llvm * document --ignore-dependencies
Diffstat (limited to 'Library')
-rw-r--r--Library/Contributions/manpages/brew.1.md13
1 files changed, 10 insertions, 3 deletions
diff --git a/Library/Contributions/manpages/brew.1.md b/Library/Contributions/manpages/brew.1.md
index 828428eaf..cf4fec4a3 100644
--- a/Library/Contributions/manpages/brew.1.md
+++ b/Library/Contributions/manpages/brew.1.md
@@ -1,5 +1,5 @@
-The missing package manager for OS X
-====================================
+brew(1) -- The missing package manager for OS X
+===============================================
## SYNOPSIS
@@ -40,12 +40,19 @@ didn't include with OS X.
surrounded with slashes, then it is interpreted as a regular expression.
If no search term is given, all available formula are displayed.
- * `install [--debug]` <formula>:
+ * `install [--debug] [--use-llvm] [--ignore-dependencies]` <formula>:
Installs <formula>.
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 `--ignore-dependencies` is passed, skip installing any dependencies of
+ any kind. If they are not already present, the formula will probably fail to
+ install.
+
* `install --interactive [--git]` <formula>:
Downloads and patches <formula>, and then opens a shell. This allows the
user to run `./configure --help` and otherwise determine how to turn the