From 493acc725b63847ab533bcfe5d6951048d4ec420 Mon Sep 17 00:00:00 2001 From: Vincent Torri Date: Tue, 25 Apr 2023 02:56:55 -0700 Subject: [PATCH] Wiki page windows-start.md changed with summary [ewpi] by Vincent Torri --- pages/docs/distros/windows-start.md.txt | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/pages/docs/distros/windows-start.md.txt b/pages/docs/distros/windows-start.md.txt index 1a9d1dc01..8bb416252 100644 --- a/pages/docs/distros/windows-start.md.txt +++ b/pages/docs/distros/windows-start.md.txt @@ -27,7 +27,6 @@ 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 @@ -36,7 +35,17 @@ You can also get the bleeding edge version of EFL by cloning it from the git rep 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 2: Installing Ewpi ### + +1. In the `MSYS2` terminal, create a directory where tp clone `Ewpi` and enter it. For example: `mkdir gitroot && cd gitroot` +2. Clone `Ewpi` repository: `git clone https://github.com/vtorri/ewpi.git` +3. Enter the `Ewpi repository`: `cd ewpi` +4. Build the `ewpi` tool: `gcc -O2 -std=c99 -o ewpi ewpi.c ewpi_map.c` +5. run `./ewpi --jobs=8` (change the number of jobs to whatever you want). +6. Launch the command again in MSYS2 if there is a problem with a file (it's an error with unix symlinks) +7. The compilation and installation of the dependencies may take a lot of time (dozens of minutes) + +This will install all the dependencies of the EFL in `$HOME/ewpi_64` ### Step 3: Installing Dependencies ###