summaryrefslogtreecommitdiffstats
path: root/development/mono-basic/README
diff options
context:
space:
mode:
Diffstat (limited to 'development/mono-basic/README')
-rw-r--r--development/mono-basic/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/development/mono-basic/README b/development/mono-basic/README
new file mode 100644
index 0000000000..3fbfee3e40
--- /dev/null
+++ b/development/mono-basic/README
@@ -0,0 +1,8 @@
+A Native compiler for Visual Basic.NET support in Mono.
+Having a native compiler for Visual Basic not only allows developers that
+wish to completely develop a Mono supported platform, but also allows
+applications that depend on the CodeDOM (ASP.NET for example) to be
+developed using Visual Basic. Something that before the availability of the
+compiler was not possible.
+
+Requires mono and gtk-sharp.