364
edits
(Update Homebrew installation instructions (with-docs enabled by default)) |
|||
Line 124: | Line 124: | ||
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. The [http://jatinganhotra.com/blog/2014/01/21/installing-octave-on-os-x-10-dot-9-mavericks/ post by Jatin Ganhotra] may also be helpful. 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. The [http://jatinganhotra.com/blog/2014/01/21/installing-octave-on-os-x-10-dot-9-mavericks/ post by Jatin Ganhotra] may also be helpful. Bugs may be reported at [https://github.com/Homebrew/homebrew-science/issues?state=open Homebrew-science's issue tracker]. | ||
====Using Aquaterm with Gnuplot==== | |||
When using {{Codeline|gnuplot}} as the graphics toolkit, if the {{Codeline|aqua}} terminal is not supported by {{Codeline|gnuplot}}, follow the steps below to resolve the problem. | |||
*Uninstall {{Codeline|gnuplot}} | |||
<pre>brew uninstall gnuplot</pre> | |||
*Install [http://aquaterm.sourceforge.net Aquaterm] | |||
*Install {{Codeline|gnuplot}} | |||
<pre>brew install gnuplot</pre> | |||
==Create a launcher app with AppleScript== | ==Create a launcher app with AppleScript== |
edits