c:\myox\packages\gnudrawthen make sure that the directory c:\myox is included in the OX6PATH variable. Note that it is important that the OX6PATH variable does not contain any spaces.
Unzip the file into c:\program files\ (or c:\program files (x86)\ for 64-bit Windows), checking afterwards that the wgnuplot.exe binary indeed ended up in c:\program files\gnuplot\binary\.
If you cannot write the binary in this directory, you can instead
set an environment variable
set GNUPLOTEXEC=f:\bin\gnuplot\binary\wgnuplot.exe
(if you installed GnuPlot in f:\bin) to indicate the full location
of the executable.
With those prerequisites (both MacPorts and Xcode) in place, type from a terminal
sudo port upgrade --force installed
sudo port install gnuplot
sudo ln -s /opt/local/bin/gnuplot /bin
cd ~/bin ln -s /usr/share/OxMetrics6/ox/bin/plb2x
cd ~/bin ln -s /Applications/OxMetrics6/ox/bin/plb2x
c:\program files\oxmetrics6\ox\bin\plb2x
to directories in your path.
<tr><td><a href="../packages/gnudraw/doc/gnudraw.html">GnuDraw graphics</a></td></tr>after the line referring to the original OxDraw documentation such that the documentation is available from the standard Ox documentation.
On MacOS X, it may be that OxEdit complains
sh: gnuplot: command not foundIn that case, OxEdit does not have its paths set correctly. An admittedly not ideal solution is to start OxEdit from the terminal instead of from the menu, typing
/Applications/OxMetrics5/OxEdit.app/Contents/MacOS/OxEdit &