rust-fitsio
rust-fitsio copied to clipboard
Support building using "standard" windows methods
Currently to get to build on windows, we have to install msys2
along with pkg-config
and cfitsio
. It would be nice to support the "standard" (if there is one) way of installing on windows using cmd.exe
and adding an additional step for finding the cfitsio
library.