This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository www-content.
View the commit online.
commit a8898f070c5351ec620ddd205bfd93e41f39369a
Author: nekobit <hylandb...@gmail.com>
AuthorDate: Tue Oct 8 08:57:45 2024 -0700
Wiki page Compiling_the_native_Windows_EFL changed with summary [Fix pretty embarassing typo] by nekobit
---
pages/Compiling_the_native_Windows_EFL.txt | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pages/Compiling_the_native_Windows_EFL.txt b/pages/Compiling_the_native_Windows_EFL.txt
index aaa32bbb5..9c825a2cc 100644
--- a/pages/Compiling_the_native_Windows_EFL.txt
+++ b/pages/Compiling_the_native_Windows_EFL.txt
@@ -35,7 +35,7 @@ When installing it, select the option to add python to environment variables so
=== 3 - Meson ===
-3.1. Install [[https://pypi.org/project/meson/|Meson]] using the following command on the terminal (CMD or Developer Command Prompt from Visual Studio):
+3.1. Install [[https://pypi.org/project/meson/|Meson]] using the following command on the terminal (Powershell/CMD or Developer Command Prompt from Visual Studio):
<code>
> pip install --user meson
@@ -117,7 +117,7 @@ Check that all dependencies were installed at ''installed\x64-windows\bin''.
Clone the [[https://github.com/expertisesolutions/efl.git|EFL Native Windows Repository]] repository.
<note>
-The cmake found by meson still has to find the dependencies, but vcpkg's installed libraries aren't found by default. For that, [[https://github.com/microsoft/vcpkg#using-vcpkg-with-cmake|vcpkg's docummentation]] recommends using the cmake argument ''CMAKE_TOOLCHAIN_FILE'' to point to vcpkg's toolchain file.
+The cmake found by meson still has to find the dependencies, but vcpkg's installed libraries aren't found by default. For that, [[https://github.com/microsoft/vcpkg#using-vcpkg-with-cmake|vcpkg's documentation]] recommends using the cmake argument ''CMAKE_TOOLCHAIN_FILE'' to point to vcpkg's toolchain file.
''configure.bat'' uses the ''vcpkg_toolchain_file'' environment variable to pass the toolset as parameter to CMake from Meson.
</note>
@@ -128,7 +128,7 @@ Create an environment ''env.bat'' file in EFL's root (e.g. ''C:/Users/Someone/ef
c:\efl-path> echo set vcpkg_toolchain_file=C:\vcpkg-path\scripts\buildsystems\vcpkg.cmake > env.bat
</code>
-This file is run everytime by ''configure.bat'' as a special way to set local custom environment variables.
+This file is run every time by ''configure.bat'' as a special way to set local custom environment variables.
It is necessary to add the vcpkg-installed dependencies to PATH environment variable so EFL binaries built and used in efl's build can find its dependencies.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.