Installing MacOS X Bundle: Difference between revisions

Jump to navigation Jump to search
Change syntax for adding the symbolic links
(add "chmod 755 ...")
(Change syntax for adding the symbolic links)
Line 33: Line 33:


* Open a new terminal window, and enter the commands below.
* Open a new terminal window, and enter the commands below.
** {{Codeline|sudo touch /usr/local/bin/gnuplot}}
** {{Codeline|sudo ln -sf /Applications/gnuplot.app/Contents/Resources/bin/gnuplot /usr/local/bin/gnuplot}}
** {{Codeline|sudo ln -s /Applications/gnuplot.app/Contents/Resources/bin/gnuplot /usr/local/bin/gnuplot}}
** {{Codeline|sudo ln -sf /Applications/Octave.app/Contents/Resources/bin/octave /usr/local/bin/octave}}
** {{Codeline|sudo chmod 755 /usr/local/bin/gnuplot}}
** {{Codeline|sudo touch /usr/local/bin/octave}}
** {{Codeline|sudo ln -s /Applications/Octave.app/Contents/Resources/bin/octave /usr/local/bin/octave}}
** {{Codeline|sudo chmod 755 /usr/local/bin/octave}}
* Test that everything is ok.
* Test that everything is ok.
** In a Terminal window type the command below.
** In a Terminal window type the command below.
364

edits

Navigation menu