We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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.