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

This commit is contained in:
Vincent Torri 2023-04-25 02:56:55 -07:00 committed by www-data
parent 4e5151869c
commit 493acc725b
1 changed files with 11 additions and 2 deletions

View File

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