Generic build process
Siril can be compiled either using autotools or meson.
Meson
The newer (since version 0.99.4) way is to use meson and ninja:
meson --buildtype release _build cd _build ninja ninja install
Siril can be compiled either using autotools or meson.
The newer (since version 0.99.4) way is to use meson and ninja:
meson --buildtype release _build cd _build ninja ninja install
This page was last edited on 16 September 2023, at 22:46.
Content is available under Public Domain unless otherwise noted.