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

http://git.enlightenment.org/website/www-content.git/commit/?id=01bf639b1294bfa10e210d5b66e95927ab1ac8f9

commit 01bf639b1294bfa10e210d5b66e95927ab1ac8f9
Author: João Paulo Taylor Ienczak Zanette <jpaulo...@gmail.com>
Date:   Tue Aug 18 12:28:24 2020 -0700

    Wiki page Compiling_the_native_Windows_EFL changed with summary [Minor wiki 
syntax usage fixes] by Joo Paulo Taylor Ienczak Zanette
---
 pages/Compiling_the_native_Windows_EFL.txt | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pages/Compiling_the_native_Windows_EFL.txt 
b/pages/Compiling_the_native_Windows_EFL.txt
index d99ac83a5..e91da78a7 100644
--- a/pages/Compiling_the_native_Windows_EFL.txt
+++ b/pages/Compiling_the_native_Windows_EFL.txt
@@ -120,7 +120,7 @@ In case you're using a custom OpenSSL installation (not the 
one from vcpkg), you
             * <code>OPENSSL_DIR</code>
         * Set **Variable value** to your OpenSSL installation path, for 
example:   
             * <code>C:\Users\<your-username>\AppData\Local\efl\openssl</code>
-        * For clarification, the <code>OPENSSL_DIR</code> must point to the 
directory where the file <code>libssl.lib</code> and the directory 
<code>include/</code> are located.
+        * For clarification: ''OPENSSL_DIR'' must point to the directory where 
the file ''libssl.lib'' and the directory ''include/'' are located.
 
 ----
 
@@ -131,9 +131,9 @@ In case you're using a custom OpenSSL installation (not the 
one from vcpkg), you
     * Open VS's **Developer Command Prompt** in the EFL directory and run the 
following command:
         * <code>>configure.bat</code>
     * If an error occurs in this step, it is generally due to opening a 
regular Command Prompt (instead of VS's Developer Command Prompt). In that 
case, you may manually setup the developer prompt by entering the following 
command:  
-        * <code>> "C:\Program Files (x86)\Microsoft Visual Studio\<VS 
version>\<VS edition>\VC\Auxiliary\Build\vcvars64.bat"</code>   
+        * <code> > "C:\Program Files (x86)\Microsoft Visual Studio\<VS 
version>\<VS edition>\VC\Auxiliary\Build\vcvars64.bat"</code>   
     * If it still does not work, try to:
-        1. Delete the <code>build</code> directory;
-        2. Delete every <code>subprojects/</code> subdirectory (**NOTE: Do NOT 
delete the .wrap files!**)
+        1. Delete the ''build'' directory;
+        2. Delete every subdirectory inside ''subprojects'' (**NOTE: Do NOT 
delete the .wrap files!**)
     * After you finish executing **configure.bat** execute **build.bat**:
          * <code>>build.bat</code>
\ No newline at end of file

-- 


Reply via email to