Installing on Ubuntu
A list of dependencies has been reported, for building the executable from source. Use the following command to install all of them:
- Ubuntu 14.04
sudo apt-get -y install automake autoconf build-essential intltool libgtk-3-dev \ fftw3-dev libgsl0-dev libcfitsio3-dev libconfig++-dev libtiff-dev \ libjpeg-dev libraw-dev libffms2-dev libopencv-dev
WARNING: in Ubuntu 14.04, the version of giflib is too old. You must compile sources, https://sourceforge.net/projects/giflib/, by making:
./configure make sudo make install
- Ubuntu 16.04
sudo apt-get -y install automake autoconf build-essential intltool libgtk-3-dev \ fftw3-dev libgsl-dev libcfitsio3-dev libconfig++-dev libtiff-dev \ libjpeg-dev libraw-dev libffms2-dev libopencv-dev libgif-dev