Wiki page Compiling_the_native_Windows_EFL changed with summary [] by Joo Paulo Taylor Ienczak Zanette

This commit is contained in:
João Paulo Taylor Ienczak Zanette 2020-08-25 09:51:19 -07:00 committed by www-data
parent 072df11c20
commit 352c01e13a
1 changed files with 2 additions and 2 deletions

View File

@ -112,7 +112,7 @@ To manage dependencies with vcpkg:
<note important>
**[OBS:]**
Python paths in this tutorial are considering Python 3.8 is installed. Don't forget to check the respective paths according to the location of your current Python installation.
Python paths in this tutorial consider that the current installed Python version is 3.8. Don't forget to check the respective paths according to the location of your current Python installation.
</note>
During python installation, you can select the option to add python environment variables automatically. If there is a problem with Meson, check the existing variables and add as shown below:
@ -146,5 +146,5 @@ The current build system will also warn you about this file.
* If it still does not work, try to:
- Delete the ''build'' directory;
- Delete every subdirectory inside ''subprojects'' (**NOTE: Do NOT delete the .wrap files!**)
* After you finish executing **configure.bat** execute **build.bat**:
* After you finish, rerun **configure.bat**, execute **build.bat**:
* <code>> build.bat</code>