No edit summary
No edit summary
 
Line 28: Line 28:
===Windows (64bit)=== <!--T:9-->
===Windows (64bit)=== <!--T:9-->
*[https://free-astro.org/download/SiriL-0.9.7-Beta-64bit.exe Download]. Please keep in mind that Siril will always be in beta version for Windows.
*[https://free-astro.org/download/SiriL-0.9.7-Beta-64bit.exe Download]. Please keep in mind that Siril will always be in beta version for Windows.
===Building Siril on Windows 10 or Windows 7, 64 bits===
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.
[https://www.msys2.org/ Download MSYS2 64bit] a software distro and building platform for Windows and run the installer - "'''x86_64'''" for 64-bit
When asked, specify the directory where '''MSYS2 64bit''' will be installed if needed.
Tick Run MSYS2 now or run MSYS2 64bit from Star menu
Update the package database and core system packages with:
    pacman -Syu
If needed, close MSYS2, run it again from Start menu. Update the rest with:
    pacman -Su
Now Pacman is fully committed to the Windows cause :)
====Install dependencies:====
    pacman -S --needed base-devel mingw-w64-x86_64-toolchain
    pacman -S subversion
    pacman -S mingw-w64-x86_64-fftw
    pacman -S mingw-w64-x86_64-gsl
    pacman -S mingw-w64-x86_64-cfitsio
    pacman -S mingw-w64-x86_64-gtk3
    pacman -S mingw-w64-x86_64-libconfig
    pacman -S mingw-w64-x86_64-opencv
    pacman -S libgnutls-devel
    pacman -S mingw-w64-x86_64-libraw
    pacman -S mingw-w64-x86_64-ffms2
    pacman -S mingw-w64-x86_64-curl
====Install Siril====
The sources are stored on a subversion repository, you can download them with this command the first time:
    svn co https://free-astro.org/svn/siril/branches/0.9/ siril
In the terminal go to the siril folder:
    cd siril
Generate the configure file by typing:
    ./autogen.sh
    make
To install Siril, use the usual:
    make install
===To launch Siril:===
Run MSYS2 64bit then the command name is
    siril
===To update===
Run MSYS2 64bit then
    cd siril
    svn up
If there is any change then generate the configure file and install new version.


===More=== <!--T:4-->
===More=== <!--T:4-->

Latest revision as of 17:16, 23 October 2018

Other languages:

Siril 0.9.7

Release date: September 21st, 2017.

This release is the seventh stability release for the 0.9 branch. Its SVN revision is 1822, but it also has an SVN tag: 0.9.7. Stability updates and minor improvements occur in the dedicated 0.9 branch. Also, Siril is now AVAILABLE FOR WINDOWS !!! But keep in mind that we do not use Windows ourselves: this application was generously packaged by Partha Bagchi (see his website). Some bugs may occur and for this reason, Windows release will always be in beta version. Partha is also the maintainer of the OS X package.

Downloads

GNU/Linux

  • Debian stable (stretch): 64 bits
  • Debian testing: 64 bits
  • Ubuntu / Linux Mint:
 sudo add-apt-repository ppa:lock042/siril
 sudo apt-get update
 sudo apt-get install siril
  • Fedora, Mageia 6: All
  • Arch Linux: All.
  • 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.

OSX ( > 10.9)

  • Download. Please use Finder to unzip and if necessary, drag the app to your application folder.

Windows (64bit)

  • Download. Please keep in mind that Siril will always be in beta version for Windows.

More

What's new in Siril 0.9.7

Siril 0.9.7 is mostly a stability release, it contains some bug fixes over to the previous version, 0.9.6.