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 23:00:38 -07:00 committed by www-data
parent 538fa4d200
commit 9845ade232
1 changed files with 4 additions and 2 deletions

View File

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