(Importing a new version from external source)
(Importing a new version from external source)
 
Line 1: Line 1:
In the terminal go to the siril folder:
'''Now, meson and ninja are the official way to build siril on Windows''': Generate the build system and compile the code by typing:  
    cd siril
     meson _build
Generate the build system and compile the code by typing:  
     ninja -C _build install
     ./autogen.sh
     make all install

Latest revision as of 22:46, 16 September 2023

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Siril:install)
'''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

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