(Importing a new version from external source)
(Importing a new version from external source)
 
Line 1: Line 1:
Below is a list of dependencies. Siril relies on the autotools compilation configuration system and once the source has been downloaded and the system is ready, the general way to build it is as such:
Below is a list of dependencies. Siril relies on the autotools compilation configuration system and once the source has been downloaded and the prerequisites have been installed, the general way to build it is as such:
     ./autogen.sh
     ./autogen.sh
     make
     make
     make install
     make install
possibly with superuser privileges.
possibly with superuser privileges.

Latest revision as of 08:38, 17 April 2018

Below is a list of dependencies. Siril relies on the autotools compilation configuration system and once the source has been downloaded and the prerequisites have been installed, the general way to build it is as such:

   ./autogen.sh
   make
   make install

possibly with superuser privileges.