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 20:00:24 -07:00 committed by www-data
parent 635eeb48cb
commit ba124fd62f
1 changed files with 3 additions and 1 deletions

View File

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