WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=ca6954a5c4ca1e0d635a11324b5a148a42c2e8df
commit ca6954a5c4ca1e0d635a11324b5a148a42c2e8df Author: Felipe Magno de Almeida <felipe.m.alme...@gmail.com> Date: Wed Sep 9 20:28:34 2020 -0700 Wiki page Compiling_the_native_Windows_EFL changed with summary [] by Felipe Magno de Almeida --- pages/Compiling_the_native_Windows_EFL.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/Compiling_the_native_Windows_EFL.txt b/pages/Compiling_the_native_Windows_EFL.txt index 3e498c45f..cce756f27 100644 --- a/pages/Compiling_the_native_Windows_EFL.txt +++ b/pages/Compiling_the_native_Windows_EFL.txt @@ -126,7 +126,7 @@ The cmake found by meson still has to find the dependencies, but vcpkg's install 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> -path-to-efl> echo "set vcpkg_toolchain_file=C:/Users/Someone/vcpkg/scripts/buildsystems/vcpkg.cmake" > env.bat +c:\efl-path> echo "set vcpkg_toolchain_file=C:/Users/Someone/vcpkg/scripts/buildsystems/vcpkg.cmake" > env.bat </code> This file is run everytime by ''configure.bat'' as a special way to set local custom environment variables. @@ -137,6 +137,6 @@ It is necessary to add the vcpkg-installed dependencies to PATH environment vari Then we can configure and build and install -<code>efl-path> configure.bat --prefix=C:\efl</code> -<code>efl-path> build.bat</code> -<code>efl-path> install.bat</code> +<code>c:\efl-path> configure.bat --prefix=C:\efl</code> +<code>c:\efl-path> build.bat</code> +<code>c:\efl-path> install.bat</code> --