Octave for macOS: Difference between revisions

Jump to navigation Jump to search
234 bytes removed ,  29 April 2022
→‎Homebrew: Make description easier to follow.
(→‎Homebrew: Strip outdated and redundant information.)
(→‎Homebrew: Make description easier to follow.)
Line 32: Line 32:
'''Install GNU Octave using Homebrew:'''
'''Install GNU Octave using Homebrew:'''


# Install [https://developer.apple.com/xcode/ Xcode] via the '''Mac App Store'''.
Follow the [https://brew.sh/ Homebrew installation instructions].
#* Install the '''Command Line Tools''' by [https://support.apple.com/guide/terminal/open-or-quit-terminal-apd5265185d-f365-44cb-8b09-71a064a42125/mac opening a terminal] and type <pre>sudo xcode-select --install</pre>
# Follow [https://brew.sh/ Homebrew's installation instructions].
# Ensure brew itself has the latest definitions <pre>brew update</pre>
# Install Octave <pre>brew install octave</pre>


In case of trouble, see the [https://docs.brew.sh/Troubleshooting Homebrew Troubleshooting Guide].
In the [https://support.apple.com/guide/terminal/welcome/mac Terminal App] type:
 
  brew update
  brew upgrade
  brew install octave
 
  octave --gui
 
In case of trouble try <code>brew doctor</code>, see the [https://docs.brew.sh/Troubleshooting Homebrew Troubleshooting Guide].


=== MacPorts ===
=== MacPorts ===

Navigation menu