Octave for macOS: Difference between revisions

Jump to navigation Jump to search
188 bytes removed ,  22 April 2015
m
Line 79: Line 79:
====Simple Installation Instructions====
====Simple Installation Instructions====


*Install "XCode" via the Mac App Store and the "XCode Command Line Tools" as described at [http://www.macports.org/install.php MacPorts' installation instructions]. If your are running Mac OS X 10.9 (Mavericks) or 10.10 (Yosemite) you just need to type {{Codeline|xcode-select --install}} in the terminal and press the "Install" button of the appearing dialog box.
*Install "XCode" via the Mac App Store and the "XCode Command Line Tools" as described at [http://guide.macports.org/#installing.xcode MacPorts' installation instructions].
* If you have MacPorts already installed sooner, update it first by typing {{Codeline|sudo port selfupdate}} and {{Codeline|sudo port upgrade outdated}} in the terminal.
*If you had installed Mac Ports in the past already, update it first by typing {{Codeline|sudo port selfupdate}} and {{Codeline|sudo port upgrade outdated}} in the terminal.
*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}} or if you want the experimental graphic user interface (GUI) {{Codeline|sudo port install octave +gui}} 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}} or if you want the experimental graphic user interface (GUI) {{Codeline|sudo port install octave +gui}} 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.
*Note that {{Codeline|octave-devel}} has been replaced by {{Codeline|octave}}, see [https://trac.macports.org/changeset/114034 MacPorts Revision 114034].
*Note that {{Codeline|octave-devel}} has been replaced by {{Codeline|octave}}, see [https://trac.macports.org/changeset/114034 MacPorts Revision 114034].
7

edits

Navigation menu