Importing a new version from external source |
Importing a new version from external source |
||
(One intermediate revision by the same user not shown) | |||
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 | 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. |
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.