Wiki page Compiling_the_native_Windows_EFL changed with summary [] by Felipe Magno de Almeida

This commit is contained in:
Felipe Magno de Almeida 2020-09-09 21:48:17 -07:00 committed by www-data
parent 10803d5bd4
commit 6968eb5684
1 changed files with 2 additions and 1 deletions

View File

@ -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.