From cd4b6df938b1c076aab4818208f1d3089f962be7 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Wed, 24 Aug 2011 21:13:34 -0500 Subject: Add `versions` command to the man page Additionally, document the '--build-from-source' option for the `install` command. --- Library/Contributions/manpages/brew.1.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'Library') diff --git a/Library/Contributions/manpages/brew.1.md b/Library/Contributions/manpages/brew.1.md index 533937284..e4ae0b1fd 100644 --- a/Library/Contributions/manpages/brew.1.md +++ b/Library/Contributions/manpages/brew.1.md @@ -116,7 +116,7 @@ For the full command list, see the COMMANDS section. * `info` : Print the name and version that will be detected for . - * `install [--force] [--debug] [--ignore-dependencies] [--use-clang] [--use-gcc] [--use-llvm] [--HEAD]` : + * `install [--force] [--debug] [--ignore-dependencies] [--use-clang] [--use-gcc] [--use-llvm] [--build-from-source] [--HEAD]` : Install . is usually the name of the formula to install, but may also be @@ -141,6 +141,9 @@ For the full command list, see the COMMANDS section. If `--use-llvm` is passed, attempt to compile using the LLVM front-end to GCC. *NOTE*: Not all formulae will build with LLVM. + If `--build-from-source` is passed, compile from source even if a bottle + is provided for . + If `--HEAD` is passed, and defines it, install the HEAD version, aka master, trunk, unstable, dev. @@ -233,6 +236,10 @@ For the full command list, see the COMMANDS section. If `--installed` is passed, only lists installed formulae. + * `versions` : + List previous versions of , along with a command to checkout + each version. + * `which` []: List versions of installed brews. -- cgit v1.2.3