Octave for macOS: Difference between revisions

Line 99: Line 99:
To install Octave, update to the latest package definitions, install {{Codeline|gfortran}}, and then Octave:
To install Octave, update to the latest package definitions, install {{Codeline|gfortran}}, and then Octave:
<pre>brew update && brew upgrade
<pre>brew update && brew upgrade
brew install gfortran
brew install gcc
brew install octave</pre>
brew install octave --without-docs</pre>


Note: If brew complains about not having a formula for octave, the following command should fix it:
Note: If brew complains about not having a formula for octave, the following command should fix it:
Anonymous user