WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=62a3d52f3b7537a8cc207ab6033143b1439dd2d2
commit 62a3d52f3b7537a8cc207ab6033143b1439dd2d2 Author: Felipe Magno de Almeida <felipe.m.alme...@gmail.com> Date: Wed Sep 9 20:19:27 2020 -0700 Wiki page Compiling_the_native_Windows_EFL changed with summary [] by Felipe Magno de Almeida --- pages/Compiling_the_native_Windows_EFL.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pages/Compiling_the_native_Windows_EFL.txt b/pages/Compiling_the_native_Windows_EFL.txt index cb32dda80..3e498c45f 100644 --- a/pages/Compiling_the_native_Windows_EFL.txt +++ b/pages/Compiling_the_native_Windows_EFL.txt @@ -131,5 +131,12 @@ path-to-efl> echo "set vcpkg_toolchain_file=C:/Users/Someone/vcpkg/scripts/build This file is run everytime by ''configure.bat'' as a special way to set local custom environment variables. +It is necessary to add the vcpkg-installed dependencies to PATH environment variable so EFL binaries built and used in efl's build can find its dependencies. + +<code>efl-path> set "PATH=%PATH%;C:\path-to-vcpkg\installed\x64-windows\bin"</code> + +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> --