Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Launch Octave with GUI

I downloaded octave version 4.2.1 as instructed here http://wiki.octave.org/Octave_for_macOS, and I am able to run Octave from the terminal. However, I cannot launch Octave using GUI. When I add the command --force-gui, nothing happens.

I have tried brew reinstall octave --with-qt --with-fltk --with-gui , which does not help.

Any ideas?

Thank you

like image 948
Y_KL Avatar asked Sep 16 '25 21:09

Y_KL


1 Answers

I had the same problem. Tried qt, flk but nothing happens with homebrew.

I do this:

  • Remove octave from homebrew : brew uninstall octave
  • Installed MacPort (https://guide.macports.org)
  • Install octave by macport : sudo port install octave
like image 133
Jean Simon Avatar answered Sep 19 '25 13:09

Jean Simon