diff options
author | Lauro Moura <lauromoura@expertisesolutions.com.br> | 2018-07-12 14:48:55 -0700 |
---|---|---|
committer | apache <apache@e5-web1.enlightenment.org> | 2018-07-12 14:48:55 -0700 |
commit | fe229a4cf612080c11b8ca4cdddc127b24db2f58 (patch) | |
tree | 54d4f32bcb9e82d70f51d7b0e8c2ae334c91c9e8 | |
parent | 937385149157710ca72ef8520e99e8f4acc5cacb (diff) |
Wiki page csharp_tutorial changed with summary [Requiring mono 5. Link to download page.] by Lauro Moura
-rw-r--r-- | pages/develop/legacy/tutorial/csharp_tutorial.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/pages/develop/legacy/tutorial/csharp_tutorial.txt b/pages/develop/legacy/tutorial/csharp_tutorial.txt index 9bc5c36b0..e83752f68 100644 --- a/pages/develop/legacy/tutorial/csharp_tutorial.txt +++ b/pages/develop/legacy/tutorial/csharp_tutorial.txt | |||
@@ -19,11 +19,13 @@ Before you start you may want to read about how to compile the EFL: | |||
19 | 19 | ||
20 | == On Linux == | 20 | == On Linux == |
21 | 21 | ||
22 | You need a compatible version of [[http://www.mono-project.com|Mono]] (4.0 or higher). | 22 | You need a compatible version of [[http://www.mono-project.com/download/stable/|Mono]] (5.0 or higher). |
23 | The paths to the ''mcs'' compiler and to the ''mono'' application must be in the ''PATH'' environment variable before compiling. | 23 | The paths to the ''mcs'' compiler and to the ''mono'' application must be in the ''PATH'' environment variable before compiling. |
24 | 24 | ||
25 | Once all conditions are met proceed to [[#Compilation]]. | 25 | Once all conditions are met proceed to [[#Compilation]]. |
26 | 26 | ||
27 | Ubunut | ||
28 | |||
27 | == On Windows == | 29 | == On Windows == |
28 | 30 | ||
29 | 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 [[http://win-builds.org|win-builds]] and [[http://www.msys2.org/|MSYS2]]. | 31 | 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 [[http://win-builds.org|win-builds]] and [[http://www.msys2.org/|MSYS2]]. |