$Id: INSTALL 793 2020-06-23 17:26:40Z mathar $

fits2tiff is compiled by first ensuring that the
cfitsio-devel and libtiff-devel packages are installed
in the operating system, then unpacking the tar file
and using the autotools:

tar xzf fits2tiff-1.087.tar.gz
cd fits2tiff-1.087
autoreconf -i -f -s
./configure --prefix=......
make
make install
