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:32:26 -07:00 committed by www-data
parent b145db664f
commit c28568dc53
1 changed files with 0 additions and 32 deletions

View File

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