Importing a new version from external source |
Importing a new version from external source |
||
Line 3: | Line 3: | ||
===Ubuntu 14.04=== | ===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 | fftw3-dev libgsl0-dev libcfitsio3-dev libconfig++-dev libtiff-dev \ | ||
libjpeg-dev libraw-dev libffms2-dev libopencv-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 | '''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 | ||
Revision as of 19:45, 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