Octave for macOS: Difference between revisions

356 bytes added ,  15 November 2012
→‎Simple Installation Instructions: recommend +atlas+docs variants
(→‎Simple Installation Instructions: Mention that Fink has a GUI (Fink Commander))
(→‎Simple Installation Instructions: recommend +atlas+docs variants)
Line 46: Line 46:
*Install XCode: This is done via the MacOS X App Store.
*Install XCode: This is done via the MacOS X App Store.
*Follow [http://www.macports.org/install.php MacPorts' installation instructions].
*Follow [http://www.macports.org/install.php MacPorts' installation instructions].
*MacPorts has good support for Octave. A list of what MacPorts has available for Octave is [http://www.macports.org/ports.php?by=name&substr=octave here]. To install the most recent version of Octave, type {{Codeline|<nowiki>sudo port install octave-devel</nowiki>}} at the Terminal's command line. Octave has many dependencies which will be downloaded and installed prior to Octave. The entire installation process can take a few hours.
*MacPorts has good support for Octave. A list of what MacPorts has available for Octave is [http://www.macports.org/ports.php?by=name&substr=octave here]. To install the most recent version of Octave, type {{Codeline|sudo port install octave-devel +atlas+docs}} at the Terminal's command line. Octave has many dependencies which will be downloaded and installed prior to Octave. The entire installation process can take a few hours.
*The variant installed may be important to the user's experience.  The available variants for  {Codeline|octave-devel} are displayed by typing {{Codeline|port variants octave-devel}}.  It is recommended that the user include {{Codeline|+atlas+docs}}.  This will avoid bugs present in Apple's vecLib and enable support for Octave's  {{Codeline|doc()}} function.


===Homebrew===
===Homebrew===
364

edits