No edit summary
(Updating to match new version of source page)
Line 2: Line 2:
=Installer Siril=
=Installer Siril=


Afin d'installer Siril depuis la source, vous aurez besoin d'installer les paquetages de développement suivants : autoconf, automake, libtool, pkg-tools, make, gcc.
Siril is currently available as binaries only for the released packages like [[Siril:0.9.0_rc1|0.9.0-rc1]], which is quite old now. A new version will be released at the end of July 2015. The binary package is available on Debian [https://packages.debian.org/stretch/siril testing] and [https://packages.debian.org/sid/siril unstable], on many architectures. It is also available on Ubuntu [http://packages.ubuntu.com/vivid/siril wily] and [http://packages.ubuntu.com/vivid/siril vivid].
 
We also distribute our own rpm packages on the download pages, for example here for [[Siril:0.9.0_rc1|0.9.0-rc1]].
 
For other operating systems, please use the source method below. '''Windows is completely unsupported'''. If you can, consider making an installation process or a package for your operating system. A Mac OS X binary package may become available in the coming weeks.
 
=Installation from source=
 
Installation from source is recommended if you want the latest features, if the past release is getting old or if you want to participate in improving Siril. Many users are reporting tweaks they would like, and we often implement them very rapidly, so that would be the only way to benefit from it.
 
The sources are stored on a subversion repository, you can download them with this command the first time:
 
<tt>svn co https://free-astro.vinvin.tf/svn/siril/</tt>
 
And update it the following times by typing <tt>svn up</tt> in the base directory.
 
Below is a list of dependencies. Siril relies on the autotools compilation configuration system and once the source has been downloaded and the system is ready, the general way to build it is as such:
 
<tt>$ autoreconf -fi<br/>
$ ./configure<br/>
$ make<br/>
$ make install</tt> possibly with superuser privileges.
 
You may want to pass specific options to the compiler, for example like that if you want optimisation and installation in /opt instead of the default /usr/local:
 
<tt>CFLAGS='-mtune=native -O2' ./configure --prefix=/opt</tt>
 
To launch Siril, the command name is <code>siril</code>.
 
==Dependencies==
Siril depends on a number of libraries, most of which should be available in your operating system if it is recent enough. The names of the packages specific to operating systems are listed in each section below. Mandatory dependencies are:
* [http://www.gtk.org/ gtk+-3.6] (Graphical user interface library)
* [http://heasarc.nasa.gov/fitsio/fitsio.html cfitsio] (FITS images support)
* [http://www.fftw.org/ fftw] (Discrete Fourier Transform library)
* [http://www.gnu.org/software/gsl/ gsl] (The GNU Scientific Library)
* [http://www.hyperrealm.com/libconfig/ libconfig]++ (Structured configuration files support)
 
Optional dependencies are:
* [http://www.libraw.org/ libraw], [http://www.libtiff.org/ libtiff], [http://libjpeg.sourceforge.net/ libjpeg], [http://libpng.sourceforge.net/index.html libpng] for RAW, TIFF, JPEG and PNG images import and export. The libraries are detected at compilation-time.
* [https://github.com/FFMS/ffms2 FFMS2] for film native support as image sequences. It also allows frames to be extracted from many kinds of film, for other purposes than astronomy. Versions < 2.20 have an annoying bug. It is recommanded to install the last version.
* [http://opencv.org/ OpenCV] and a C++ compiler for binned image resizing in the LRGB composition tool. Without it, only images the same size can be composed. It is also used to rotate images in the rotation tool (not yet in registration).
 
===Build dependencies===
To install from source, you will have to install the base development packages: <tt>autoconf, automake, libtool, pkg-tools, make, gcc</tt> and optionally <tt>g++</tt> if you wish to use OpenCV. You'll probably want <tt>subversion</tt> too, to download the latest version on the source repository.


Siril est développé sous la distribution Arch Linux, qui comprend les toutes dernières versions de paquetages, ainsi que Linux Mint 16, une distribution relativement agée. Cela nous permet de vérifier une large gamme de versions de paquetages.
Siril est développé sous la distribution Arch Linux, qui comprend les toutes dernières versions de paquetages, ainsi que Linux Mint 16, une distribution relativement agée. Cela nous permet de vérifier une large gamme de versions de paquetages.
Line 10: Line 53:
Debian 6 ne possède pas GTK+ version 3, vous devez donc avoir en votre possession la version 7 de Debian au minimum (Debian Wheezy). Siril utilise maintenant GTK+ 3.6 alors que "Wheezy" ne comprend que la 3.4. Pour la version bureau du système, la prochaine version stable est souvent le meilleur des choix, appelée "Debian Testing", elle est actuellement en version 8 et appelée "Debian Jessie". '''Nous maintenons un paquet debian officiel qui se trouve dans les dépôts unstable de debian. Il sera aussi disponible dans "Debian Jessie" et dans d'autres distributions basées sur Debian. Jusque-là''', ou si vous voulez compiler les dernières versions depuis la source, utilisez la procédure ci-dessous.
Debian 6 ne possède pas GTK+ version 3, vous devez donc avoir en votre possession la version 7 de Debian au minimum (Debian Wheezy). Siril utilise maintenant GTK+ 3.6 alors que "Wheezy" ne comprend que la 3.4. Pour la version bureau du système, la prochaine version stable est souvent le meilleur des choix, appelée "Debian Testing", elle est actuellement en version 8 et appelée "Debian Jessie". '''Nous maintenons un paquet debian officiel qui se trouve dans les dépôts unstable de debian. Il sera aussi disponible dans "Debian Jessie" et dans d'autres distributions basées sur Debian. Jusque-là''', ou si vous voulez compiler les dernières versions depuis la source, utilisez la procédure ci-dessous.


Avant tout, vous aurez besoin de ces paquets afin d'avoir un système bien construit:
* Packages required for the build system:
 
<tt>autoconf automake make gcc libtool pkg-config</tt>
<tt>autoconf automake make gcc libtool pkg-config</tt>


Vous pouvez alors générer le configure script (script de configuration):
* List of packages for mandatory dependencies:
 
<tt>$ aclocal && autoconf && autoheader && automake --add-missing</tt>
 
Installez ensuite les '''dépendances indispensables''':
 
<tt>libfftw3-dev libgsl0-dev libcfitsio3-dev libgtk-3-dev libconfig++-dev</tt>
<tt>libfftw3-dev libgsl0-dev libcfitsio3-dev libgtk-3-dev libconfig++-dev</tt>


Finalement, vous pouvez installer les dépendances optionnelles que vous désirez:
* List of packages for optional dependencies:
 
<tt>libpng-dev libjpeg-dev libtiff5-dev libraw-dev</tt>, for film (AVI and others) support: <tt>libffms2-dev</tt>, and for image resizing, rotation and others: <tt>libopencv-dev and g++</tt>.
<tt>libpng-dev libjpeg-dev libtiff5-dev libraw-dev</tt>, pour les supports vidéos (AVI et autres): <tt>libffms2-dev</tt>, et pour le redimensionnement des images dans l'outil LRVB: <tt>libopencv-dev and g++</tt>.


Notez que libtiff5 n'est pas compatible avec opencv dans debian 7, dans ce cas vous aurez besoin d'installer libtiff4 à la place. Dans debian 8, libjpeg8-dev a été remplacé par libjpeg62-turbo-dev, qui est aussi installé par libtiff5-dev.
Notez que libtiff5 n'est pas compatible avec opencv dans debian 7, dans ce cas vous aurez besoin d'installer libtiff4 à la place. Dans debian 8, libjpeg8-dev a été remplacé par libjpeg62-turbo-dev, qui est aussi installé par libtiff5-dev.
Lancez alors <tt>configure</tt> et <tt>make</tt>.


==Installer sous Ubuntu==
==Installer sous Ubuntu==
Line 41: Line 75:


[[User:Vincent|Vincent]] maintient un [https://aur.archlinux.org/packages/siril/ paquet AUR] pour Siril. Téléchargez l'archive, lancez la commande makepkg pour construire le paquet et pacman -U pour installer le paquet.
[[User:Vincent|Vincent]] maintient un [https://aur.archlinux.org/packages/siril/ paquet AUR] pour Siril. Téléchargez l'archive, lancez la commande makepkg pour construire le paquet et pacman -U pour installer le paquet.
==Installing on FreeBSD 10==
The list of dependencies is basically the same as for other OS, below are a list for build dependencies and a list of Siril dependencies:
<tt>$ pkg install autotools gmake pkgconf libtool</tt>
<tt>$ pkg install libconfig gtk3 fftw3 gsl cfitsio libraw opencv</tt>
The only package not available as binary is [https://github.com/FFMS/ffms2 ffms2], for film files handling, you will need to compile it from source.
Compilation and the software are working fine with the default clang (<tt>cc</tt>) compiler. However, in its current version, clang does not support OpenMP, the language extension / library that we use for parallelism, which means Siril will probably be slower than if compiled with gcc for stacking in particular.
It is possible to install gcc48 or gcc5 in FreeBSD and pass the options to configure to compile with it:
<tt>$ CFLAGS=-fopenmp CC=/usr/local/bin/gcc5 LDFLAGS="-Wl,-rpath=/usr/local/lib/gcc5 -L/usr/local/lib/gcc5 -lgomp" ./configure</tt>


==Installer sous MacOS==
==Installer sous MacOS==
Line 54: Line 104:
Installez le logiciel MacPorts (libre) : http://www.macports.org (Suivez les instructions d'installation sur ce site).
Installez le logiciel MacPorts (libre) : http://www.macports.org (Suivez les instructions d'installation sur ce site).


Ce qui suit s'effectue dans un Terminal. Tout d'abord, installez quelques bibliothèques (libraries):
The following is done in a Terminal window. One should first install some libraries:
<tt> <br /> sudo port install automake <br /> sudo port install autoconf <br /> sudo port install gtk3 <br /> sudo port install gnome-icon-theme <br /> sudo port install librsvg <br /> sudo port install cfitsio <br /> sudo port install fftw-3 <br /> sudo port install gsl <br /> sudo port install libconfig-hr
<br />
<br /> sudo port install gnome-font-viewer</tt>
<tt>sudo port install automake
<br />
sudo port install autoconf
<br />
sudo port install gtk3
<br />
sudo port install gnome-icon-theme
<br />
sudo port install librsvg
<br />
sudo port install cfitsio
<br />
sudo port install fftw-3
<br />
sudo port install gsl
<br />
sudo port install libconfig-hr
<br />
sudo port install gnome-font-viewer</tt>


Vous pouvez aussi installer des bibliothèques optionnelles (recommandé) :
Vous pouvez aussi installer des bibliothèques optionnelles (recommandé) :
<tt> <br /> sudo port install libraw <br /> sudo port install tiff <br /> sudo port install libpng <br /> sudo port install opencv</tt><br />
<tt> <br /> sudo port install libraw <br /> sudo port install tiff <br /> sudo port install libpng <br /> sudo port install opencv</tt><br />


Maintenant vous devez installer manuellement libjpeg :
Now you can manually install libjpeg (if you want to work with JPEG files):
<br /> <tt>curl --remote-name http://www.ijg.org/files/jpegsrc.v9a.tar.gz <br /> tar -xzvf jpegsrc.v9a.tar.gz <br /> cd jpeg-9a <br /> ./configure --prefix=/usr/local <br /> make <br /> sudo make install
<br />
<tt>curl --remote-name http://www.ijg.org/files/jpegsrc.v9a.tar.gz
<br />
tar -xzvf jpegsrc.v9a.tar.gz
<br />
cd jpeg-9a
<br />
./configure --prefix=/usr/local
<br />
make
<br />
sudo make install</tt>


Installez la bibliothèque ffms2 qui n'est pas présente dans MacPorts. Téléchargez-la ici: https://github.com/FFMS/ffms2, en vous plaçant dans le dossier de ffms2, entrez depuis le terminal: ./configure --prefix=/opt/local<br /> make<br /> sudo make install</tt>
Installez la bibliothèque ffms2 qui n'est pas présente dans MacPorts. Téléchargez-la ici: https://github.com/FFMS/ffms2, en vous plaçant dans le dossier de ffms2, entrez depuis le terminal: ./configure --prefix=/opt/local<br /> make<br /> sudo make install</tt>
Line 69: Line 148:


<tt>svn co https://free-astro.vinvin.tf/svn/siril/</tt> (svn : un client "subversion")
<tt>svn co https://free-astro.vinvin.tf/svn/siril/</tt> (svn : un client "subversion")
Dans le dossier siril/src, éditez le Makefile.am et supprimez (deux fois) "-export-dynamic"


Dans le terminal, placez-vous dans le dossier de siril:
Dans le terminal, placez-vous dans le dossier de siril:
Line 81: Line 158:


Tapez ensuite <tt>./configure</tt> et <tt>make</tt>. Pour installer Siril, utilisez la commande habituelle:
Tapez ensuite <tt>./configure</tt> et <tt>make</tt>. Pour installer Siril, utilisez la commande habituelle:
Then run <tt>./configure</tt> and <tt>make</tt>. To install Siril, use the usual:


<tt>sudo make install</tt>
<tt>sudo make install</tt>

Revision as of 08:41, 16 August 2015

Other languages:

Installer Siril

Siril is currently available as binaries only for the released packages like 0.9.0-rc1, which is quite old now. A new version will be released at the end of July 2015. The binary package is available on Debian testing and unstable, on many architectures. It is also available on Ubuntu wily and vivid.

We also distribute our own rpm packages on the download pages, for example here for 0.9.0-rc1.

For other operating systems, please use the source method below. Windows is completely unsupported. If you can, consider making an installation process or a package for your operating system. A Mac OS X binary package may become available in the coming weeks.

Installation from source

Installation from source is recommended if you want the latest features, if the past release is getting old or if you want to participate in improving Siril. Many users are reporting tweaks they would like, and we often implement them very rapidly, so that would be the only way to benefit from it.

The sources are stored on a subversion repository, you can download them with this command the first time:

svn co https://free-astro.vinvin.tf/svn/siril/

And update it the following times by typing svn up in the base directory.

Below is a list of dependencies. Siril relies on the autotools compilation configuration system and once the source has been downloaded and the system is ready, the general way to build it is as such:

$ autoreconf -fi
$ ./configure
$ make
$ make install
possibly with superuser privileges.

You may want to pass specific options to the compiler, for example like that if you want optimisation and installation in /opt instead of the default /usr/local:

CFLAGS='-mtune=native -O2' ./configure --prefix=/opt

To launch Siril, the command name is siril.

Dependencies

Siril depends on a number of libraries, most of which should be available in your operating system if it is recent enough. The names of the packages specific to operating systems are listed in each section below. Mandatory dependencies are:

  • gtk+-3.6 (Graphical user interface library)
  • cfitsio (FITS images support)
  • fftw (Discrete Fourier Transform library)
  • gsl (The GNU Scientific Library)
  • libconfig++ (Structured configuration files support)

Optional dependencies are:

  • libraw, libtiff, libjpeg, libpng for RAW, TIFF, JPEG and PNG images import and export. The libraries are detected at compilation-time.
  • FFMS2 for film native support as image sequences. It also allows frames to be extracted from many kinds of film, for other purposes than astronomy. Versions < 2.20 have an annoying bug. It is recommanded to install the last version.
  • OpenCV and a C++ compiler for binned image resizing in the LRGB composition tool. Without it, only images the same size can be composed. It is also used to rotate images in the rotation tool (not yet in registration).

Build dependencies

To install from source, you will have to install the base development packages: autoconf, automake, libtool, pkg-tools, make, gcc and optionally g++ if you wish to use OpenCV. You'll probably want subversion too, to download the latest version on the source repository.

Siril est développé sous la distribution Arch Linux, qui comprend les toutes dernières versions de paquetages, ainsi que Linux Mint 16, une distribution relativement agée. Cela nous permet de vérifier une large gamme de versions de paquetages.

Installer sous Debian

Debian 6 ne possède pas GTK+ version 3, vous devez donc avoir en votre possession la version 7 de Debian au minimum (Debian Wheezy). Siril utilise maintenant GTK+ 3.6 alors que "Wheezy" ne comprend que la 3.4. Pour la version bureau du système, la prochaine version stable est souvent le meilleur des choix, appelée "Debian Testing", elle est actuellement en version 8 et appelée "Debian Jessie". Nous maintenons un paquet debian officiel qui se trouve dans les dépôts unstable de debian. Il sera aussi disponible dans "Debian Jessie" et dans d'autres distributions basées sur Debian. Jusque-là, ou si vous voulez compiler les dernières versions depuis la source, utilisez la procédure ci-dessous.

  • Packages required for the build system:

autoconf automake make gcc libtool pkg-config

  • List of packages for mandatory dependencies:

libfftw3-dev libgsl0-dev libcfitsio3-dev libgtk-3-dev libconfig++-dev

  • List of packages for optional dependencies:

libpng-dev libjpeg-dev libtiff5-dev libraw-dev, for film (AVI and others) support: libffms2-dev, and for image resizing, rotation and others: libopencv-dev and g++.

Notez que libtiff5 n'est pas compatible avec opencv dans debian 7, dans ce cas vous aurez besoin d'installer libtiff4 à la place. Dans debian 8, libjpeg8-dev a été remplacé par libjpeg62-turbo-dev, qui est aussi installé par libtiff5-dev.

Installer sous Ubuntu

Une liste de dépendances a été reportée pour Ubuntu 14.10, afin de construire l’exécutable depuis la source. Utilisez les commandes suivantes pour les installer:

sudo apt-get -y install autoconf build-essential libgtk-3-dev fftw3-dev libgsl0-dev cfitsio-dev libconfig++-dev libtiff-dev libjpeg-dev libraw-dev libffms2-dev libopencv-dev

Procédez alors avec la procédure habituelle et utilisez sudo make install afin d'installer Siril.

Installer sous Arch Linux

Vincent maintient un paquet AUR pour Siril. Téléchargez l'archive, lancez la commande makepkg pour construire le paquet et pacman -U pour installer le paquet.

Installing on FreeBSD 10

The list of dependencies is basically the same as for other OS, below are a list for build dependencies and a list of Siril dependencies:

$ pkg install autotools gmake pkgconf libtool

$ pkg install libconfig gtk3 fftw3 gsl cfitsio libraw opencv

The only package not available as binary is ffms2, for film files handling, you will need to compile it from source.

Compilation and the software are working fine with the default clang (cc) compiler. However, in its current version, clang does not support OpenMP, the language extension / library that we use for parallelism, which means Siril will probably be slower than if compiled with gcc for stacking in particular.

It is possible to install gcc48 or gcc5 in FreeBSD and pass the options to configure to compile with it:

$ CFLAGS=-fopenmp CC=/usr/local/bin/gcc5 LDFLAGS="-Wl,-rpath=/usr/local/lib/gcc5 -L/usr/local/lib/gcc5 -lgomp" ./configure

Installer sous MacOS

Installation de SIRIL sous Mac OS X 10.10 (Yosemite).

Installez XCode via App Store (logiciel libre)

Installez XQuartz via http://xquartz.macosforge.org/landing/ (logiciel libre)

Installez l'outil de ligne de commande en tapant dans un Terminal: xcode-select --install

Installez le logiciel MacPorts (libre) : http://www.macports.org (Suivez les instructions d'installation sur ce site).

The following is done in a Terminal window. One should first install some libraries:
sudo port install automake
sudo port install autoconf
sudo port install gtk3
sudo port install gnome-icon-theme
sudo port install librsvg
sudo port install cfitsio
sudo port install fftw-3
sudo port install gsl
sudo port install libconfig-hr
sudo port install gnome-font-viewer

Vous pouvez aussi installer des bibliothèques optionnelles (recommandé) :
sudo port install libraw
sudo port install tiff
sudo port install libpng
sudo port install opencv

Now you can manually install libjpeg (if you want to work with JPEG files):
curl --remote-name http://www.ijg.org/files/jpegsrc.v9a.tar.gz
tar -xzvf jpegsrc.v9a.tar.gz
cd jpeg-9a
./configure --prefix=/usr/local
make
sudo make install

Installez la bibliothèque ffms2 qui n'est pas présente dans MacPorts. Téléchargez-la ici: https://github.com/FFMS/ffms2, en vous plaçant dans le dossier de ffms2, entrez depuis le terminal: ./configure --prefix=/opt/local
make
sudo make install

Téléchargez les sources de SIRIL

svn co https://free-astro.vinvin.tf/svn/siril/ (svn : un client "subversion")

Dans le terminal, placez-vous dans le dossier de siril:

cd siril

Générez le fichier de configuration, appelé configure file, en tapant:

aclocal && autoconf && autoheader && automake --add-missing

Tapez ensuite ./configure et make. Pour installer Siril, utilisez la commande habituelle:

Then run ./configure and make. To install Siril, use the usual:

sudo make install

Lancez SIRIL avec cette simple commande :

siril

Enjoy !