(Importing a new version from external source)
(Importing a new version from external source)
Line 1: Line 1:
==Installing on Ubuntu==
==Installing on Ubuntu[[File:Ubuntu_logo.png|48px|frameless|link=|middle]]==
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
*Ubuntu 14.04

Revision as of 20:06, 5 September 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