Importing a new version from external source |
Importing a new version from external source |
||
Line 1: | Line 1: | ||
In the terminal go to the siril folder: | In the terminal go to the siril folder: | ||
cd siril | cd siril | ||
Generate the build system and compile the code by typing: | Generate the build system and compile the code by typing: | ||
./autogen.sh | ./autogen.sh | ||
make | make all install | ||
Revision as of 16:04, 23 March 2020
In the terminal go to the siril folder:
cd siril
Generate the build system and compile the code by typing:
./autogen.sh make all install