Enter a message name below to show all available translations.

Message

Found one translation.

NameCurrent message text
 h English (en)==Generic build process==
Siril can be compiled either using autotools or meson.
===Meson===
The newer (since version [[siril:0.99.4|0.99.4]]) way is to use meson and ninja:
   meson --buildtype release _build
   cd _build
   ninja
   ninja install