Installing MacOS X Bundle: Difference between revisions

Line 18: Line 18:
This Gnuplot application includes Aquaterm.  It is located at /Applications/Gnuplot.app/Contents/Resources/lib/Aquaterm.app  If you need it for some other application, this is the path that will find it.  But don't move it to the upper level of the Applications folder, or else Gnuplot will not know where to find it.
This Gnuplot application includes Aquaterm.  It is located at /Applications/Gnuplot.app/Contents/Resources/lib/Aquaterm.app  If you need it for some other application, this is the path that will find it.  But don't move it to the upper level of the Applications folder, or else Gnuplot will not know where to find it.


An update to system libraries introduced with OSX 10.6.5 has broken the functionality
NOTE: The GnuPlot in the 'Extras' folder does not work, due to some library version issues. Instead you could install a GnuPlot binary from http://www.miscdebris.net/upload/gnuplot-4.2.5-i386.dmg.
of the Gnuplot.app included with the Octave.app distribution, in order to use Gnuplot.app
on  OSX 10.6.5 and later, you can use the fix described below:
 
# open the folder /Applications in the finder
# right-click on Gnuplot.app and select "show package contents"
# navigate to /Applications/Gnuplot.app/Contents/Resources/bin
# right-click on the file "gnuplot" and select "Open with -> Other ... -> TextEdit.app"
# change the line: DYLD_LIBRARY_PATH="${ROOT}/lib:${DYLD_LIBRARY_PATH}" to DYLD_LIBRARY_PATH="${ROOT}/lib" and save.


= Install Octave =
= Install Octave =
Anonymous user