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
- MD5Sums of all downloadable files
- Source package: siril-0.9.7.tar.bz2
GNU/Linux
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.
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.
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
- See the installation page for help on dependencies and compilation.
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.
- Bug fixes.
- New, faster and more robust algorithm for global registration.
- New standalone packages
- OSX
- AppImage
- Windows