This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository www-content.
View the commit online.
commit 4e5151869cb4536f7a63436d0c047b55792d211b
Author: Vincent Torri <vincent.to...@gmail.com>
AuthorDate: Tue Apr 25 02:48:53 2023 -0700
Wiki page windows-start.md changed with summary [msys2install] by Vincent Torri
---
pages/docs/distros/windows-start.md.txt | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/pages/docs/distros/windows-start.md.txt b/pages/docs/distros/windows-start.md.txt
index b0d1861a5..1a9d1dc01 100644
--- a/pages/docs/distros/windows-start.md.txt
+++ b/pages/docs/distros/windows-start.md.txt
@@ -27,6 +27,15 @@ You can also get the bleeding edge version of EFL by cloning it from the git rep
### Step 1: Installing MSYS2 ###
+
+1. Install MSYS2 : https://www.msys2.org/ (steps 1 to 4)
+2. In the start menu, launch `MSYS2 64bit` --> `MSYS2 MINGW64`
+3. In the terminal, launch `pacman -Syu`, press `Y` to proceed the installation. Press `Y` to close the terminal
+4. In the start menu, launch again `MSYS2 64bit` --> `MSYS2 MINGW64`
+5. Run `pacman -Syu base-devel autoconf automake libtool tar git wget python flex bison gettext-devel pkgconf make mingw-w64-x86_64-gperf mingw-w64-x86_64-nasm mingw-w64-x86_64-yasm mingw-w64-x86_64-cmake mingw-w64-x86_64-toolchain mingw-w64-x86_64-ninja mingw-w64-x86_64-meson mingw-w64-x86_64-nsis`
+6. When aksed for the selection, just press the Enter key for the default selection
+7. Press `Y` to proceed the installation This may take several minutes
+
### Step 2: Installing git and Cloning ###
### Step 3: Installing Dependencies ###
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.