Importing a new version from external source |
Importing a new version from external source |
||
Line 1: | Line 1: | ||
You may want to pass specific options to the compiler, for example like that if you want optimisation and installation in /opt instead of the default /usr/local: | You may want to pass specific options to the compiler, for example like that if you want optimisation and installation in /opt instead of the default /usr/local: | ||
CFLAGS='-mtune=native - | CFLAGS='-mtune=native -O3' ./autogen.sh --prefix=/opt | ||
To launch Siril, the command name is <code>siril</code>. | To launch Siril, the command name is <code>siril</code>. |
Revision as of 16:04, 23 March 2020
You may want to pass specific options to the compiler, for example like that if you want optimisation and installation in /opt instead of the default /usr/local:
CFLAGS='-mtune=native -O3' ./autogen.sh --prefix=/opt
To launch Siril, the command name is siril
.