Importing a new version from external source |
Importing a new version from external source |
||
Line 1: | Line 1: | ||
'''Now, meson and ninja are the official way to build siril on Windows''': Generate the build system and compile the code by typing: | |||
meson _build | |||
Generate the build system and compile the code by typing: | ninja -C _build install | ||
Latest revision as of 22:46, 16 September 2023
Now, meson and ninja are the official way to build siril on Windows: Generate the build system and compile the code by typing:
meson _build ninja -C _build install