Octave for macOS: Difference between revisions

460 bytes added ,  2 August 2012
Line 43: Line 43:
*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.finkproject.org/download/srcdist.php Fink's installation instructions].
*Follow [http://www.finkproject.org/download/srcdist.php Fink's installation instructions].
*Fink has excellent support for Octave and includes recent as well as dated versions. A list of what Fink has available for Octave is [http://pdb.finkproject.org/pdb/browse.php?summary=octave here]. To install Octave-3.6.1, type {{Codeline|<nowiki>sudo fink install octave361</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.
*Fink has excellent support for Octave and includes recent as well as dated versions. A list of what Fink has available for Octave is [http://pdb.finkproject.org/pdb/browse.php?summary=octave here]. To install the latest Octave, type {{Codeline|<nowiki>sudo fink install octave</nowiki>}} at the Terminal's command line. For those running the 64 bit version of Fink, it is recommended that {{Codeline|octave-atlas}} be installed instead as there are some bugs/features with Apple's vecLib for the X86_64 architecture.  Octave has many dependencies which will be downloaded and installed prior to Octave. The entire installation process can take a few hours.
* Fink should also be used to install [[http://octave.sourceforge.net/packages.php packages] for Octave.  For example, the control systems package for Lion may be installed by typing {{Codeline|fink install control-atlas-oct362}} at a terminals command line.


===MacPorts===
===MacPorts===
364

edits