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+ | * [http://www.gtk.org/ gtk+3] (Graphical user interface library), at least version 3.6 | ||
* [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 | * [http://www.gnu.org/software/gsl/ gsl] (The GNU Scientific Library), version 1 or 2 starting with release 0.9.1 and SVN revision 1040. | ||
* [ | * [https://hyperrealm.github.io/libconfig/ libconfig]++ (Structured configuration files support) | ||
* [http://opencv.org/ OpenCV] and a C++ compiler for some image operations. |
Revision as of 12:31, 8 February 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.6
- cfitsio (FITS images support)
- fftw (Discrete Fourier Transform library)
- gsl (The GNU Scientific Library), version 1 or 2 starting with release 0.9.1 and SVN revision 1040.
- libconfig++ (Structured configuration files support)
- OpenCV and a C++ compiler for some image operations.