(Importing a new version from external source)
 
(Importing a new version from external source)
Line 1: Line 1:
Run MSYS2 64bit then
Run MSYS2 64bit then
    pacman -Syu
     cd siril
     cd siril
     git pull
     git pull --recurse-submodules
     make install
     make all 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)
Run MSYS2 64bit then
   pacman -Syu
   cd siril
   git pull --recurse-submodules
   meson _build
   ninja -C _build install

Run MSYS2 64bit then

   pacman -Syu
   cd siril
   git pull --recurse-submodules
   make all install