CVS for BIMA-MIRIAD: example1: xcorf
If you have a working release of MIRIAD (i.e. there is $MIR and all
the code, libraries and exectuables below it)
but only want to muck around in
a certain project, and do this within CVS too, you can check out the single
relevant branch of the tree:
cd ...anywhere_where_there_is_no_miriad...
cvs checkout -d xcorf miriad/src/spec/xcorf
cd xcorf
# this would be for solaris
make sol6
# this would be for linux
make sol6 SOLARISLIBS= RFLAGS6= CFLAGS="-O -I/usr/X11R6/include" LFLAGS6=-L/usr/X11R6/lib