diff options
author | Lauro Moura <lauromoura@expertisesolutions.com.br> | 2018-07-13 10:05:58 -0700 |
---|---|---|
committer | apache <apache@e5-web1.enlightenment.org> | 2018-07-13 10:05:58 -0700 |
commit | b6b586140eb26de40d18c0173697e796cce2d2a0 (patch) | |
tree | b1076131cafa09e336a24276e907f0c7307d8ce0 /pages | |
parent | d095e71a4f627902fd9bbb54c729a2e0175dbe09 (diff) |
Wiki page csharp_tutorial changed with summary [Add warning about not working with mono 4] by Lauro Moura
Diffstat (limited to 'pages')
-rw-r--r-- | pages/develop/legacy/tutorial/csharp_tutorial.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pages/develop/legacy/tutorial/csharp_tutorial.txt b/pages/develop/legacy/tutorial/csharp_tutorial.txt index e83752f68..4704248e4 100644 --- a/pages/develop/legacy/tutorial/csharp_tutorial.txt +++ b/pages/develop/legacy/tutorial/csharp_tutorial.txt | |||
@@ -20,6 +20,11 @@ Before you start you may want to read about how to compile the EFL: | |||
20 | == On Linux == | 20 | == On Linux == |
21 | 21 | ||
22 | You need a compatible version of [[http://www.mono-project.com/download/stable/|Mono]] (5.0 or higher). | 22 | You need a compatible version of [[http://www.mono-project.com/download/stable/|Mono]] (5.0 or higher). |
23 | |||
24 | <note important> | ||
25 | The current version of the bindings do not work with Mono 4.x. | ||
26 | </note> | ||
27 | |||
23 | The paths to the ''mcs'' compiler and to the ''mono'' application must be in the ''PATH'' environment variable before compiling. | 28 | The paths to the ''mcs'' compiler and to the ''mono'' application must be in the ''PATH'' environment variable before compiling. |
24 | 29 | ||
25 | Once all conditions are met proceed to [[#Compilation]]. | 30 | Once all conditions are met proceed to [[#Compilation]]. |