next up previous contents index
Next: Known bugs & Up: oplot Previous: Some tricks

Compiling oplot

Oplot is written in vanilla C, and has been compiled without problems on several computers. So, if the binaries available on rose.bmc.uu.se will not run on your machine, you can fetch the source code. It is in a tar archive called oplot_v1.11.tar.Z, or whatever the most recent version number is. To compile, simply

 
% uncompress oplot_v1.11.tar
% tar xvof oplot_v1.11.tar
% cd oplot_v1.11
% make

and the program should compile. To install the program in /usr/local/bin, go (you need root permission):

 
% make install