Importing a new version from external source |
Importing a new version from external source |
||
Line 1: | Line 1: | ||
==Installing on Ubuntu== | ==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: | 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 | 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: | '''WARNING''': in Ubuntu 14.04, the version of giflib is too old. You must compile sources, https://sourceforge.net/projects/giflib/, by making: | ||
./configure | ./configure | ||
make | make | ||
sudo make install | 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 |
Revision as of 20:08, 24 August 2016
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