WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=9845ade2327a236de7766569c54d217ec859d7ed
commit 9845ade2327a236de7766569c54d217ec859d7ed Author: Felipe Magno de Almeida <felipe.m.alme...@gmail.com> Date: Wed Sep 9 23:00:38 2020 -0700 Wiki page Compiling_the_native_Windows_EFL changed with summary [] by Felipe Magno de Almeida --- pages/Compiling_the_native_Windows_EFL.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pages/Compiling_the_native_Windows_EFL.txt b/pages/Compiling_the_native_Windows_EFL.txt index 681e533e0..bb059b683 100644 --- a/pages/Compiling_the_native_Windows_EFL.txt +++ b/pages/Compiling_the_native_Windows_EFL.txt @@ -90,7 +90,9 @@ Vcpkg is not strictly necessary, since you could install each of the dependencie To manage dependencies with vcpkg: -4.1. Follow the **Vcpkg Installation Guide** in [[https://github.com/microsoft/vcpkg|Vcpkg's Github Repository]]. +4.1. Follow the **Vcpkg Installation Guide** in [[https://github.com/microsoft/vcpkg|Vcpkg's Github Repository]]. You should checkout a tag before bootstrapping like this: + +<code>c:\vcpkg-path> git checkout 2020.07</code> 4.2. Install the following dependencies for x64 windows: @@ -103,7 +105,7 @@ To manage dependencies with vcpkg: - Zlib. <code> -c:\path-to-vcpkg> vcpkg install openssl:x64-windows freetype:x64-windows check:x64-windows libpng:x64-windows zlib:x64-windows libjpeg-turbo:x64-windows curl:x64-windows +c:\vcpkg-path> vcpkg install openssl:x64-windows freetype:x64-windows check:x64-windows libpng:x64-windows zlib:x64-windows libjpeg-turbo:x64-windows curl:x64-windows </code> This way vcpkg will download, setup and install all of those dependencies. --