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 a3b5862c0d98811654c6a26f3a87dde0970d4e27
Author: Vincent Torri <[email protected]>
AuthorDate: Mon Jun 12 12:12:03 2023 -0700

    Wiki page start.md changed with summary [use pacman to install mono] by Vincent Torri
---
 pages/develop/setup/csharp/start.md.txt | 17 +++++------------
 1 file changed, 5 insertions(+), 12 deletions(-)

diff --git a/pages/develop/setup/csharp/start.md.txt b/pages/develop/setup/csharp/start.md.txt
index b5dc42c60..7d6185336 100644
--- a/pages/develop/setup/csharp/start.md.txt
+++ b/pages/develop/setup/csharp/start.md.txt
@@ -27,20 +27,13 @@ The paths to the ``mcs`` compiler and to the ``mono`` application must be in the
 
 ### On Windows ###
 
-In order to have EFL on a Windows environment we highly recommend following [this guide](https://phab.enlightenment.org/w/windows/) which accomplishes that using [win-builds](http://win-builds.org) and [MSYS2](http://www.msys2.org).
+In order to have EFL on a Windows environment we highly recommend following [this guide](/windows-start.md) which accomplishes that using [MSYS2](http://www.msys2.org) and [ewpi](https://github.com/vtorri/ewpi).
 
-You need a compatible version of [Mono](http://www.mono-project.com) (5.0 or higher).
-You can use Mono binaries installed directly to your Windows system (i.e. outside the MSYS2 environment), you 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 go 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:
-```bash
-export PATH="$PATH:/c/Program Files/Mono/bin"
-```
-If you used another installation path to Mono just adjust the paths used.
+You need a compatible version of [Mono](http://www.mono-project.com) (5.0 or higher). It suffices to install it with *pacman* in the MSYS2 environment:
 
-> **NOTE:**
-> It is advisable to add the Mono path at the **end** of the ``PATH`` environment variable, like in the example above.
-Mono has its own version of some applications (like ``pkg-config``) which can take priority over the ones from MSYS2 and cause things to fail.
+```
+pacman -S mingw-w64-x86_64-mono 
+```
 
 Now you can use the MSYS2 console to compile, install and run EFL and your applications.
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

Reply via email to