(Created page with "Dans le terminal, allez dans le dossier siril : cd siril Compilez le code en tapant : ./autogen.sh make Ensuite, pour installer siril : make install")
 
No edit summary
 
Line 3: Line 3:
Compilez le code en tapant :  
Compilez le code en tapant :  
     ./autogen.sh
     ./autogen.sh
     make
     make all install
Ensuite, pour installer siril :
    make install

Latest revision as of 16:05, 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

Dans le terminal, allez dans le dossier siril :

   cd siril

Compilez le code en tapant :

   ./autogen.sh
   make all install