Skip to content

Instantly share code, notes, and snippets.

@aelesbao
Last active November 7, 2016 23:19
Show Gist options
  • Save aelesbao/01d6faf284f7330ee194f0e968be7842 to your computer and use it in GitHub Desktop.
Save aelesbao/01d6faf284f7330ee194f0e968be7842 to your computer and use it in GitHub Desktop.
Octave installation on Mac OS X
#!/bin/sh
brew tap homebrew/science
brew cask install aquaterm xquartz
brew install gnuplot --with-aquaterm --with-x11
brew install octave --with-sndfile --without-qt5
# Now you can use either Aquaterm or X11 as your graphics engine.
# Add the following to ~/.octaverc and choose one:
#
# graphics_toolkit('gnuplot');
# setenv('GNUTERM','x11'); % or setenv('GNUTERM','aqua') for Aquaterm
# Obs: you should logout and log back in to XQuartz work.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment