Wiki page Compiling_the_native_Windows_EFL changed with summary [] by Felipe Magno de Almeida

This commit is contained in:
Felipe Magno de Almeida 2020-09-09 19:06:09 -07:00 committed by www-data
parent 36e2d5e4a5
commit 1c265362e9
1 changed files with 11 additions and 3 deletions

View File

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