Octave for macOS: Difference between revisions

179 bytes added ,  27 April 2013
Added info on setenv("GNUTERM", "X11") after homebrew installation
(Added info on setenv("GNUTERM", "X11") after homebrew installation)
Line 74: Line 74:


Octave has many dependencies which will be downloaded and installed prior to Octave. The entire installation process can take a few hours.
Octave has many dependencies which will be downloaded and installed prior to Octave. The entire installation process can take a few hours.
You might find that you need to add:
<pre>setenv("GNUTERM", "X11")</pre>
to your octaverc file. This is normally located in:
<pre>/usr/local/share/octave/site/m/startup</pre>


In case of trouble, see the [https://github.com/mxcl/homebrew/wiki/troubleshooting Homebrew Troubleshooting Guide], which assists in diagnosing problems and craft useful bug reports.  Bugs may be reported at [https://github.com/Homebrew/homebrew-science/issues?state=open Homebrew-science's issue tracker].
In case of trouble, see the [https://github.com/mxcl/homebrew/wiki/troubleshooting Homebrew Troubleshooting Guide], which assists in diagnosing problems and craft useful bug reports.  Bugs may be reported at [https://github.com/Homebrew/homebrew-science/issues?state=open Homebrew-science's issue tracker].
Anonymous user