WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=c28568dc5331d4bc807a3c04d154ecf6baa8586d
commit c28568dc5331d4bc807a3c04d154ecf6baa8586d Author: Felipe Magno de Almeida <felipe.m.alme...@gmail.com> Date: Wed Sep 9 19:32:26 2020 -0700 Wiki page Compiling_the_native_Windows_EFL changed with summary [] by Felipe Magno de Almeida --- pages/Compiling_the_native_Windows_EFL.txt | 32 ------------------------------ 1 file changed, 32 deletions(-) diff --git a/pages/Compiling_the_native_Windows_EFL.txt b/pages/Compiling_the_native_Windows_EFL.txt index cfb95b9ad..201be5edf 100644 --- a/pages/Compiling_the_native_Windows_EFL.txt +++ b/pages/Compiling_the_native_Windows_EFL.txt @@ -123,38 +123,6 @@ This file is run everytime by ''configure.bat'' as a special way to set local cu ---- -=== 7 Windows Environment Variables === - - * This module aims to check environment variables. - -==Python== - -<note important> -**[OBS]** - -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: - * Open the windows environment variable editor, for the variables corresponding to the user, locate **''path''** and double-click it (or click the Edit button). In the next window, click the "New" button and add the following directories: - * <code>C:\Users\<your-username>\AppData\Roaming\Python\Python38\Scripts</code> - * <code>C:\Python38</code> - * <code>C:\Python38\Scripts</code> - -==OpenSSL== - -In case you're using a custom OpenSSL installation (not the one from vcpkg), you may want to set ''OPENSSL_DIR'' environment variable in order to EFL search for your installation instead of vcpkg's. For this: - * Open the windows environment variable editor. In user's variable list, click **New**: - * Set **Variable name** to: - * <code>OPENSSL_DIR</code> - * Set **Variable value** to your OpenSSL installation path, for example: - * <code>C:\Users\<your-username>\AppData\Local\efl\openssl</code> - * For clarification: ''OPENSSL_DIR'' must point to the directory where the file ''libssl.lib'' and the directory ''include/'' are located. - -The current build system will also warn you about this file. - ----- - === 7 - Compiling EFL === * Choose a directory to clone **EFL** repository; --