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

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

commit b53fcead74ec6e78d8c40cbb877c3938e2329a12
Author: Vitor Sousa da Silva <vitorsousasi...@gmail.com>
Date:   Mon Jan 22 09:21:37 2018 -0800

    Wiki page csharp_tutorial changed with summary [] by Vitor Sousa da Silva
---
 pages/develop/legacy/tutorial/csharp_tutorial.txt | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/pages/develop/legacy/tutorial/csharp_tutorial.txt 
b/pages/develop/legacy/tutorial/csharp_tutorial.txt
index 231ad3495..2732d61c1 100644
--- a/pages/develop/legacy/tutorial/csharp_tutorial.txt
+++ b/pages/develop/legacy/tutorial/csharp_tutorial.txt
@@ -13,7 +13,7 @@ The C# bindings are currently in BETA state.
 
 Before you start you may want to read about how to compile the EFL:
 
-    * Installed from source: [[develop/efl/start|Get started with EFL]].
+    * Installed from source: [[docs/distros/start]].
 
 === Dependencies ===
 
@@ -26,10 +26,11 @@ Once all conditions are met proceed to ??Compilation??.
 
 == Windows ==
 
-In order to have EFL on a Windows environment we highly recommend following 
[[https://phab.enlightenment.org/w/windows/|this guide]] which accomplishes 
that using win-builds and MSYS2.
+In order to have EFL on a Windows environment we highly recommend following 
[[https://phab.enlightenment.org/w/windows/|this guide]] which accomplishes 
that using [[win-builds.org|win-builds]] and [[http://www.msys2.org/|MSYS2]].
 
-To compile and run the C# binding, you can use 
[[http://www.mono-project.com|Mono]] (4.0 or higher) binaries installed 
directly to your Windows system (i.e. outside the MSYS2 environment), you will 
just need to make sure that the paths to the ''mcs.exe'' compiler and to the 
''mono.exe'' application are in the ''PATH'' environment variable in your MSYS2 
terminal.
-Using the default installation path, Mono binaries normally goes in 
''C:\Program Files\Mono''; in MSYS2 you can point to this location using the 
path ''/c/Program Files/Mono/bin''.
+You will need a compatible version of [[http://www.mono-project.com|Mono]] 
(4.0 or higher).
+You can use Mono binaries installed directly to your Windows system (i.e. 
outside the MSYS2 environment), you will just need to make sure that the paths 
to the ''mcs.exe'' compiler and to the ''mono.exe'' application are in the 
''PATH'' environment variable in your MSYS2 terminal.
+Using the default installation path, Mono binaries normally goes in 
''C:\Program Files\Mono''; so in MSYS2 you can point to the binaries using the 
path ''/c/Program Files/Mono/bin''.
 You can also permanently set this in your ''/etc/profile'' in MSYS2 adding 
something like this at the end of the file:
 <code>
 export PATH="$PATH:/c/Program Files/Mono/bin"

-- 


Reply via email to