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 system is ready, the general way to build it is as such: | ||
./autogen.sh | |||
make | |||
make install | |||
possibly with superuser privileges. |
Revision as of 12:03, 24 August 2016
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:
./autogen.sh make make install
possibly with superuser privileges.