(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:  
In the terminal go to the siril folder:
     cd siril
     cd siril
Generate the build system and compile the code by typing:  
Generate the build system and compile the code by typing:  
     ./autogen.sh
     ./autogen.sh
     make
     make all install
To install Siril, use the usual:
    make install

Revision as of 16:04, 23 March 2020

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

In the terminal go to the siril folder:

   cd siril

Generate the build system and compile the code by typing:

   ./autogen.sh
   make all install