WWW-www.enlightenment.org pushed a commit to branch master.

http://git.enlightenment.org/website/www-content.git/commit/?id=6968eb5684d16b2126965f7d46ad1a8013520ef3

commit 6968eb5684d16b2126965f7d46ad1a8013520ef3
Author: Felipe Magno de Almeida <felipe.m.alme...@gmail.com>
Date:   Wed Sep 9 21:48:17 2020 -0700

    Wiki page Compiling_the_native_Windows_EFL changed with summary [] by 
Felipe Magno de Almeida
---
 pages/Compiling_the_native_Windows_EFL.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pages/Compiling_the_native_Windows_EFL.txt 
b/pages/Compiling_the_native_Windows_EFL.txt
index 18487f9f6..7745d6adf 100644
--- a/pages/Compiling_the_native_Windows_EFL.txt
+++ b/pages/Compiling_the_native_Windows_EFL.txt
@@ -95,6 +95,7 @@ To manage dependencies with vcpkg:
 
 4.2. Install the following dependencies for x64 windows:
 
+ - Curl;
  - OpenSSL;
  - Freetype;
  - Check;
@@ -103,7 +104,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
+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
  </code>
 
  This way vcpkg will download, setup and install all of those dependencies.

-- 


Reply via email to