WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=ba124fd62f39a71704c3658c0f99a39a8de63879
commit ba124fd62f39a71704c3658c0f99a39a8de63879 Author: Felipe Magno de Almeida <felipe.m.alme...@gmail.com> Date: Wed Sep 9 20:00:24 2020 -0700 Wiki page Compiling_the_native_Windows_EFL changed with summary [] by Felipe Magno de Almeida --- pages/Compiling_the_native_Windows_EFL.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pages/Compiling_the_native_Windows_EFL.txt b/pages/Compiling_the_native_Windows_EFL.txt index 96cd06c6d..5a8c67933 100644 --- a/pages/Compiling_the_native_Windows_EFL.txt +++ b/pages/Compiling_the_native_Windows_EFL.txt @@ -104,11 +104,13 @@ To manage dependencies with vcpkg: Or, in a single command line (considering vcpkg is in your PATH or that you're inside vcpkg's directory): <code> - > vcpkg install openssl freetype check libpng zlib + > vcpkg install openssl:x64-windows freetype:x64-windows check:x64-windows libpng:x64-windows zlib:x64-windows </code> This way vcpkg will download, setup and install all of those dependencies. +Check that all dependencies were installed at ''installed\ + ---- === 7 - Compiling EFL === --