Importing a new version from external source |
Importing a new version from external source |
||
Line 1: | Line 1: | ||
==Dependencies== | ==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: | 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] (Graphical user interface library), at least version 3. | * [http://www.gtk.org/ gtk+3] (Graphical user interface library), at least version 3.12 | ||
* [http://heasarc.nasa.gov/fitsio/fitsio.html cfitsio] (FITS images support) | * [http://heasarc.nasa.gov/fitsio/fitsio.html cfitsio] (FITS images support) | ||
* [http://www.fftw.org/ fftw] (Discrete Fourier Transform library) | * [http://www.fftw.org/ fftw] (Discrete Fourier Transform library) | ||
* [http://www.gnu.org/software/gsl/ gsl] (The GNU Scientific Library), version 1 or 2 starting with release 0.9.1 | * [http://www.gnu.org/software/gsl/ gsl] (The GNU Scientific Library), version 1 or 2 starting with release 0.9.1 or SVN revision 1040. | ||
* [https://hyperrealm.github.io/libconfig/ libconfig] | * [https://hyperrealm.github.io/libconfig/ libconfig] (Structured configuration files support) | ||
* [http://opencv.org/ OpenCV] and a C++ compiler for some image operations. | * [http://opencv.org/ OpenCV] and a C++ compiler for some image operations. |
Revision as of 08:38, 17 April 2018
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 (Graphical user interface library), at least version 3.12
- cfitsio (FITS images support)
- fftw (Discrete Fourier Transform library)
- gsl (The GNU Scientific Library), version 1 or 2 starting with release 0.9.1 or SVN revision 1040.
- libconfig (Structured configuration files support)
- OpenCV and a C++ compiler for some image operations.