1,852
edits
(Add see also section.) |
(→MacPorts: Shorten introduction and create very simple essential "Simple Installation Instructions".) |
||
Line 49: | Line 49: | ||
For the {{Codeline|doc()}} function to be supported by Octave, either the unversioned {{Codeline|octave}}, {{Codeline|octave-atlas}}, or {{Codeline|octave-ref}} package must be installed. Essentially, those features used at run-time which don't have a version somewhere in the file path are included in these packages. | For the {{Codeline|doc()}} function to be supported by Octave, either the unversioned {{Codeline|octave}}, {{Codeline|octave-atlas}}, or {{Codeline|octave-ref}} package must be installed. Essentially, those features used at run-time which don't have a version somewhere in the file path are included in these packages. | ||
===MacPorts=== | === MacPorts === | ||
[http://www.macports.org/ MacPorts], formerly called DarwinPorts, is a package management system that simplifies the installation of software on the macOS and Darwin operating systems. It is | [http://www.macports.org/ MacPorts], formerly called DarwinPorts, is a is a free and open-source package management system that simplifies the installation of software on the macOS and Darwin operating systems. It is similar in aim and function to Fink and the BSDs' ports collections, DarwinPorts was started in 2002 as part of the OpenDarwin project, with the involvement of a number of Apple Inc. employees including Landon Fuller, Kevin Van Vechten, and Jordan Hubbard. | ||
==== Simple Installation Instructions ==== | |||
* Follow the instruction given at the [https://www.macports.org/install.php MacPorts website]. | |||
* Update your installation by running {{Codeline|sudo port selfupdate}} and {{Codeline|sudo port upgrade outdated}} in the terminal. | |||
* | * Run {{Codeline|sudo port install octave}}. | ||
* | |||
====Custom Installation Instructions==== | ====Custom Installation Instructions==== |