Created
February 9, 2015 22:03
-
-
Save clausd/15a2819dfb83afc5d56f to your computer and use it in GitHub Desktop.
Octave properly on Mavericks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Homebrew is fine | |
| but ALWAYS | |
| brew install octave --with-docs | |
| or no packages will install inside octave (if you don't need packages, never mind the docs) | |
| that in turn requires tex | |
| you can | |
| brew install Caskroom/cask/mactex | |
| which builds a text installer that you can then run | |
| - or download a binary, prolly much faster | |
| After that you should be pretty golden and packages should install | |
| I read this for what needs to install optim, the optimisers package | |
| https://wolframteetz.wordpress.com/2013/11/13/octave-3-6-4-installation-on-mac-os-using-homebrew/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment