Skip to content

Instantly share code, notes, and snippets.

@emartini
Created September 25, 2012 01:09
Show Gist options
  • Save emartini/3779393 to your computer and use it in GitHub Desktop.
Save emartini/3779393 to your computer and use it in GitHub Desktop.
Octave installation - OSX 10.8
brew install gfortran;
export FC=/usr/local/bin/gfortran;
brew install octave;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment