The programmes are written in C++ and should run under any
LINUX/UNIX-like environment (e.g. MacOS X11),
provided you have a C++ compiler. First get the file CDSplotcon.tar.gz, unpack it and compile the various programmes (replace
`g++' by an appropriate alternative, e.g. c++ or gcc, if you're using a different C++ compiler):
> gunzip CDSplotcon.tar.gz
> tar xvf CDSplotcon.tar
> cd CDSplotcon
> g++ -o addgaps addgaps.cxx
> g++ -o minmax minmax.cxx
> g++ -o mlrgd mlrgd.cxx
> g++ -o ntadjust ntadjust.cxx
> g++ -o runclipmean runclipmean.cxx
> g++ -o runmean runmean.cxx
Then copy these programmes to your bin directory.