WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=538fa4d2002004235dba6f9d62a749dc84dc48af
commit 538fa4d2002004235dba6f9d62a749dc84dc48af Author: Felipe Magno de Almeida <felipe.m.alme...@gmail.com> Date: Wed Sep 9 22:53:48 2020 -0700 Wiki page Compiling_the_native_Windows_EFL changed with summary [] by Felipe Magno de Almeida --- pages/Compiling_the_native_Windows_EFL.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/Compiling_the_native_Windows_EFL.txt b/pages/Compiling_the_native_Windows_EFL.txt index 07eda410e..681e533e0 100644 --- a/pages/Compiling_the_native_Windows_EFL.txt +++ b/pages/Compiling_the_native_Windows_EFL.txt @@ -139,3 +139,7 @@ Then we can configure and build and install <code>c:\efl-path> configure.bat --prefix=C:\efl</code> <code>c:\efl-path> build.bat</code> <code>c:\efl-path> install.bat</code> + +<code>c:\efl-path> cd efl-prefix-path +c:\efl-prefix-path> cd bin +c:\efl-prefix-path\bin> .\elementary_test.exe</code> \ No newline at end of file --