osx - How can I install GNU Octave on Mac with Fink ? -


i tried install gnu octave on mac using fink instruction http://wiki.octave.org/octave_for_macos_x

i think have followed instructions can't run octave. how can check if installed correctly? tried typing 'octave' in terminal says 'command not found'

or, there easy instruction octave installation? i've found many install guides different , assumes knowledge.

incidentally, have installed octave gnu today twice on 2 different machines (both running lion).

i needed latest version of octave (3.6.4), , used homebrew.

i had xcode installed, rest:

install homebrew

based on instructions in this page, ran:

ruby -e "$(curl -fssl https://raw.github.com/mxcl/homebrew/go)" 

install octave

following this guide, ran:

brew tap homebrew/science brew update && brew upgrade brew install gfortran brew install octave 

install aquaterm

notice need before install gnuplot (or gnuplot won't see aqua valid terminal , may 'unknown or ambiguous terminal type' error).

simply downloaded latest version (1.1.0) dmg sourceforge.

install gnuplot

brew install gnuplot 

Comments

Popular posts from this blog

java - Jmockit String final length method mocking Issue -

asp.net - Razor Page Hosted on IIS 6 Fails Every Morning -

c++ - wxwidget compiling on windows command prompt -