Wiki page windows-start.md changed with summary [msys2install] by Vincent Torri

This commit is contained in:
Vincent Torri 2023-04-25 02:48:53 -07:00 committed by www-data
parent f80550baf4
commit 4e5151869c
1 changed files with 9 additions and 0 deletions

View File

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