WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=352c01e13a1d394783017420f742aa0b20f6b0ae
commit 352c01e13a1d394783017420f742aa0b20f6b0ae Author: João Paulo Taylor Ienczak Zanette <jpaulo...@gmail.com> Date: Tue Aug 25 09:51:19 2020 -0700 Wiki page Compiling_the_native_Windows_EFL changed with summary [] by Joo Paulo Taylor Ienczak Zanette --- pages/Compiling_the_native_Windows_EFL.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/Compiling_the_native_Windows_EFL.txt b/pages/Compiling_the_native_Windows_EFL.txt index f2ce26c71..838591c74 100644 --- a/pages/Compiling_the_native_Windows_EFL.txt +++ b/pages/Compiling_the_native_Windows_EFL.txt @@ -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> \ No newline at end of file --