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 ###