Wiki page Compiling_the_native_Windows_EFL changed with summary [Be a little more clear about env.bat's location and purpose] by Joo Paulo Taylor Ienczak Zanette

This commit is contained in:
João Paulo Taylor Ienczak Zanette 2020-09-01 08:11:34 -07:00 committed by www-data
parent 4a28003194
commit 0a326d5e98
1 changed files with 3 additions and 1 deletions

View File

@ -108,11 +108,13 @@ The cmake found by meson still has to find the dependencies, but vcpkg's install
<note> <note>
**[Hint]** **[Hint]**
You can create an environment ''env.bat'' file, for example (considering vcpkg is installed in ''C:/Users/Someone/vcpkg''): You can create an environment ''env.bat'' file in EFL's root (e.g. ''C:/Users/Someone/efl/env.bat'') before calling ''configure.bat'', containing for example (considering vcpkg is installed in ''C:/Users/Someone/vcpkg''):
<code> <code>
set vcpkg_toolchain_file=C:/Users/Someone/vcpkg/scripts/buildsystems/vcpkg.cmake set vcpkg_toolchain_file=C:/Users/Someone/vcpkg/scripts/buildsystems/vcpkg.cmake
</code> </code>
This file is run everytime by ''configure.bat'' as a special way to set local custom environment variables.
</note> </note>
---- ----