WWW-www.enlightenment.org pushed a commit to branch master.

http://git.enlightenment.org/website/www-content.git/commit/?id=1c265362e911ca9f787c18d10e9246f3edf83154

commit 1c265362e911ca9f787c18d10e9246f3edf83154
Author: Felipe Magno de Almeida <felipe.m.alme...@gmail.com>
Date:   Wed Sep 9 19:06:09 2020 -0700

    Wiki page Compiling_the_native_Windows_EFL changed with summary [] by 
Felipe Magno de Almeida
---
 pages/Compiling_the_native_Windows_EFL.txt | 14 +++++++++++---
 1 file changed, 11 insertions(+), 3 deletions(-)

diff --git a/pages/Compiling_the_native_Windows_EFL.txt 
b/pages/Compiling_the_native_Windows_EFL.txt
index 9d9cef857..9c0d0ddf4 100644
--- a/pages/Compiling_the_native_Windows_EFL.txt
+++ b/pages/Compiling_the_native_Windows_EFL.txt
@@ -32,9 +32,17 @@ Except for topic 6 (Environment variables) that can be 
consulted during the proc
 
 ----
 
-=== 2 - Meson ===
+=== 2 - Python ===
 
-2.1. Install [[https://pypi.org/project/meson/|Meson]] using the following 
command on the terminal (CMD or Developer Command Prompt from Visual Studio):
+Meson depends on Python, so we need to install Python first.
+
+Go to Python website and download the latest Python installation for Windows.
+
+When installing it, select the option to add python to environment variables 
so it can be used in command-line.
+
+=== 3 - Meson ===
+
+3.1. Install [[https://pypi.org/project/meson/|Meson]] using the following 
command on the terminal (CMD or Developer Command Prompt from Visual Studio):
 
 <code>
 > pip install --user meson
@@ -46,7 +54,7 @@ Except for topic 6 (Environment variables) that can be 
consulted during the proc
 
 > Check the python version installed on your Windows. In this tutorial we are 
 > using Python 3.8
 
- 2.2. At the end of the previous step, open a new terminal, type the command 
below and press enter:
+ 3.2. At the end of the previous step, open a new terminal, type the command 
below and press enter:
 
 <code>
 > meson --version

-- 


Reply via email to