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 -O2' ./autogen.sh --prefix=/opt | |||
To launch Siril, the command name is <code>siril</code>. |
Revision as of 12:04, 24 August 2016
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 -O2' ./autogen.sh --prefix=/opt
To launch Siril, the command name is siril
.