(Created page with "===GNU/Linux=== *Debian stable (stretch) : [https://free-astro.org/download/siril_0.9.12-1_amd64-stretch.deb 64 bits] *Debian testing : [https://free-astro.org/download/siril_...")
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
===GNU/Linux===
===GNU/Linux===
*Debian stable (stretch) : [https://free-astro.org/download/siril_0.9.12-1_amd64-stretch.deb 64 bits]
Dorénavant, le paquet Debian est distribué en deux paquets. Le premier, [https://free-astro.org/download/siril-common_0.9.12-1_all.deb siril-common], doit être installé en premier et est compatible avec toutes les architectures. Le second dépend du système que vous possédez :
*Debian stable (buster) : [https://free-astro.org/download/siril_0.9.12-1_amd64-buster.deb 64 bits]
*Debian testing : [https://free-astro.org/download/siril_0.9.12-1_amd64-testing.deb 64 bits]
*Debian testing : [https://free-astro.org/download/siril_0.9.12-1_amd64-testing.deb 64 bits]
   $ sudo apt-get install siril
   $ sudo apt-get install siril

Latest revision as of 14:03, 4 November 2019

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Siril:0.9.12)
===GNU/Linux===
Now, the debian package is distributed in two packages. The first package [https://free-astro.org/download/siril-common_0.9.12-1_all.deb siril-common], must be installed first and is compatible for all architectures. The second one, depends of the system you have:
*Debian stable (buster): [https://free-astro.org/download/siril_0.9.12-1_amd64-buster.deb 64 bits]
*Debian testing: [https://free-astro.org/download/siril_0.9.12-1_amd64-testing.deb 64 bits]
  $ sudo apt-get install siril
*Ubuntu / Linux Mint:
  $ sudo add-apt-repository ppa:lock042/siril
  $ sudo apt-get update
  $ sudo apt-get install siril
*Fedora, Mageia 6: [https://www.rpmfind.net/linux/rpm2html/search.php?query=siril All]
  # dnf install siril
*Arch Linux has both the [https://aur.archlinux.org/packages/siril/ release version] and the [https://aur.archlinux.org/packages/siril-git/ git development version] in the user repository (AUR).
*[https://free-astro.org/download/Siril-0.9.12.glibc2.15-x86_64.AppImage AppImage]: If you don't find a package for your distribution, you can try to download the  AppImage binary. It has been tested on many systems and could work on yours. Make the file executable, and run it. That's all.
WARNING: In the AppImage, Siril is shipped with an old version of opencv that is not compatible with the new CLAHE filter. In consequence, this feature is not available in the AppImage bundle.

GNU/Linux

Dorénavant, le paquet Debian est distribué en deux paquets. Le premier, siril-common, doit être installé en premier et est compatible avec toutes les architectures. Le second dépend du système que vous possédez :

 $ sudo apt-get install siril
  • Ubuntu / Linux Mint :
 sudo add-apt-repository ppa:lock042/siril
 sudo apt-get update
 sudo apt-get install siril
  • Fedora, Mageia 6 : Tous
 # dnf install siril
 $ pacman -S siril
  • AppImage: si vous ne trouvez pas de paquet pour votre distribution, vous pouvez essayer de télécharger le binaire AppImage. Il a été testé sur de nombreuses distributions et pourrait marcher sur la votre. Il suffit de rendre le fichier exécutable et de le lancer. C'est tout.

AVERTISSEMENT: dans AppImage, Siril est livré avec une ancienne version d’opencv non compatible avec le nouveau filtre CLAHE. En conséquence, cette fonctionnalité n'est pas disponible dans la version AppImage.