(Created page with "Exécutez MSYS2 64bit et cd siril git pull make install")
(No difference)

Revision as of 09:05, 12 September 2019

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

Exécutez MSYS2 64bit et

   cd siril
   git pull
   make install