|
coffee
Coronagraph Optimization For Fast Exoplanet Exploration
|
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
Required libraries:
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
configure script uses pkg-config to find the package. You need to add in .bashrc :
export PKG_CONFIG_PATH=/usr/local/magma/lib/pkgconfig