Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'web/c-sharp')
-rw-r--r--web/c-sharp4
1 files changed, 4 insertions, 0 deletions
diff --git a/web/c-sharp b/web/c-sharp
index 69f391ab323..03e58f154d0 100644
--- a/web/c-sharp
+++ b/web/c-sharp
@@ -110,6 +110,10 @@ A: Compiling MCS currently requires you to run my port of <a
C#</a> on a Unix system to generate the parser, and then you need
to use Microsoft's .NET csc.exe compiler to compile the compiler.
+ You only need to compile the compiler compiler (C code), the
+ samples are Java samples that I did not port, and you do not need
+ them.
+
It might be simple to port Jay.cs to Windows, but I have not tried
this.