From 55ad11a565cffe075c365322392dbd5abf0a9180 Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Thu, 9 Apr 2015 19:16:11 -0400 Subject: [PATCH] [Doc] Mention '-v' flag to 'brew install' as a debugging tool --- doc/sphinx/install.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/sphinx/install.rst b/doc/sphinx/install.rst index 449419734..64f6004e4 100644 --- a/doc/sphinx/install.rst +++ b/doc/sphinx/install.rst @@ -235,6 +235,12 @@ you can skip any steps which have already been completed. brew install cantera --devel --with-matlab=/Applications/MATLAB_R2014a.app/ + * If something goes wrong with the Homebrew install, re-run the command with + the ``-v`` flag to get more verbose output that may help identify the + source of the problem:: + + brew install -v cantera + 4. **Test Cantera Installation (Python)** * The Python examples will be installed in::