WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=38f13b7c8fdeb97f8928a26d30a2f85a52caeca7
commit 38f13b7c8fdeb97f8928a26d30a2f85a52caeca7 Author: João Paulo Taylor Ienczak Zanette <[email protected]> Date: Tue Aug 18 12:30:27 2020 -0700 Wiki page Compiling_the_native_Windows_EFL changed with summary [Minor typos] by Joo Paulo Taylor Ienczak Zanette --- pages/Compiling_the_native_Windows_EFL.txt | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/pages/Compiling_the_native_Windows_EFL.txt b/pages/Compiling_the_native_Windows_EFL.txt index e91da78a7..41b311f8c 100644 --- a/pages/Compiling_the_native_Windows_EFL.txt +++ b/pages/Compiling_the_native_Windows_EFL.txt @@ -3,10 +3,12 @@ The steps below correspond to the preparation of the **EFL native windows** compilation environment. -> [Note!] -> These steps were tested on Windows server 2019 64bit and Windows 10 64bit. +<note important> + **[Note!]** + These steps were tested on Windows server 2019 64bit and Windows 10 64bit. +</note> -Except for topic 7 (Environment variables) that can be consulted during the process of preparing the environment, the ideal is that the steps are fulfilled in the proposed order. +Except for topic 6 (Environment variables) that can be consulted during the process of preparing the environment, the ideal is that the steps are fulfilled in the proposed order. - Visual studio installation - Meson @@ -15,7 +17,6 @@ Except for topic 7 (Environment variables) that can be consulted during the proc - Environment variables - Compiling the EFL - ---- === 1 - Visual studio installation === @@ -124,7 +125,7 @@ In case you're using a custom OpenSSL installation (not the one from vcpkg), you ---- -===8 - Compiling the EFL=== +=== 7 - Compiling EFL === * Choose a directory to clone **EFL** repository; * Clone the [[https://github.com/expertisesolutions/efl.git|EFL Native Windows Repository]] repository. @@ -133,7 +134,7 @@ In case you're using a custom OpenSSL installation (not the one from vcpkg), you * If an error occurs in this step, it is generally due to opening a regular Command Prompt (instead of VS's Developer Command Prompt). In that case, you may manually setup the developer prompt by entering the following command: * <code> > "C:\Program Files (x86)\Microsoft Visual Studio\<VS version>\<VS edition>\VC\Auxiliary\Build\vcvars64.bat"</code> * If it still does not work, try to: - 1. Delete the ''build'' directory; - 2. Delete every subdirectory inside ''subprojects'' (**NOTE: Do NOT delete the .wrap files!**) + - 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**: * <code>>build.bat</code> \ No newline at end of file --
