[Doc] Update Homebrew install instructions.
Update the Homebrew install instructions with a recommendation on how to install the Matlab toolbox and add additional options that are supported during the install process.
This commit is contained in:
parent
f910f8c3ee
commit
2e79a0978e
1 changed files with 15 additions and 1 deletions
|
|
@ -247,10 +247,24 @@ you can skip any steps which have already been completed.
|
|||
Installs the Matlab toolbox (with the path modified to match your
|
||||
installed Matlab version)
|
||||
|
||||
``--without-sundials``
|
||||
Do not use an external SUNDIALS version to build Cantera. Users
|
||||
choosing this option will not be able to run sensitivity analysis
|
||||
of Reactor Networks, but it may prevent errors when installing
|
||||
the Matlab toolbox.
|
||||
|
||||
``--without-check``
|
||||
NOT RECOMMENDED! Disable automatic testing of Cantera during the
|
||||
installation process.
|
||||
|
||||
* These options are specified as additional arguments to the ``brew install``
|
||||
command, e.g.::
|
||||
|
||||
brew install cantera --HEAD --with-matlab=/Applications/MATLAB_R2014a.app/
|
||||
brew install cantera --HEAD --with-python3
|
||||
|
||||
* If you are installing the Matlab toolbox, the recommended command is::
|
||||
|
||||
brew install cantera --with-matlab=/Applications/MATLAB_R2014a.app/ --without-sundials
|
||||
|
||||
* 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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue