You can clone this repository, or download the latest .tar.gz distribution.
Install above libraries (centOS):
sudo yum install readline-devel flex bison-devel fftw3-devel gsl-devel
Install above libraries (Ubuntu):
sudo apt-get install libcfitsio3 libcfitsio3-dev libreadline6-dev libncurses5-dev libfftw3-dev libgsl0-dev flex bison
For reading and writing FITS image files
Extract it , README , install it There is the fitsio.h in it. Move it to usr :
./configure --prefix=/usr
make
sudo make install
Install Development tools, use the command bellow. This will search the yum repositories, and install the tools from the closest repo.
sudo yum groupinstall "Development tools"
sudo apt-get install autoconf libtool git
The source code follows the standard GNU build process:
autoreconf -vif
./configure
make
make install
Unpack
gunzip <package>.tar.gz
tar -xvf <package>.tar
The source code follows the standard GNU build process:
./configure
make
sudo make install