We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
in the usual place make install in a different prefix make install prefix=/some/path
Include "meds.h" and use the following to link against the library. Make sure to get the order correct
CC ... -lmeds -lcfitsio -lm ...
You can test your build of the C libary using
./src/test $medsfile
Where $medsfile is the name of a MEDS fits file.