FuzzyBot (talk | contribs)
Importing a new version from external source
(No difference)

Revision as of 00:36, 31 December 2018

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

To install Siril, use the usual:

   make install