|
cfitsTK
|
You can clone this repository, or download the latest .tar.gz distribution.
Libraries required :
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
./configure --prefix=/usr
make
sudo make install
Two options:
shmimview or similar)shmimviewqtInstall 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