提交 e0524b82 编写于 作者: M Miguel de Icaza

Ugh, I had the GPL here, its the LGPL

svn path=/trunk/mono/; revision=2522
上级 1cd81fcf
此差异已折叠。
......@@ -16,6 +16,7 @@
<pre>
export CVSROOT=:pserver:anonymous@reypastor.hispalinux.es:/mono
cvs login
cvs -z3 co mcs mono gtk-sharp
</pre>
......
......@@ -27,6 +27,15 @@
You can get it <a href="http://msdn.microsoft.com/downloads/default.asp?url=/downloads/sample.asp?url=/msdn-files/027/000/976/msdncompositedoc.xml&frame=true">here</a>
If you are new to .NET, writing regression tests is a good way
of starting to contribute: it will help you get used to C# as
well as getting comfortable with the .NET APIs.
This helps because at this point you might be the best
qualified person to fix a problem found by the regression
test, or you might have a new class to implement in the .NET
world that only has a test suite.
** Bug reporting
If you find bugs in Mono, please make sure you enter a bug
......
......@@ -41,8 +41,6 @@ Debugs the method whose name is `method'
.I "--opcode-count"
Displays the number of opcodes executed
.PP
If no flags are specified the program dumps the content of the image
in a format that can be used to rountrip the code.
.SH FILES
Assemblies are lodaed from the installation lib directory. If you set
`prefix' to /usr, the assemblies will be located in /usr/lib.
......@@ -51,4 +49,4 @@ Visit http://mail.ximian.com/mailman/mono-list for details.
.SH WEB SITE
Visit: http://www.go-mono.com for details
.SH SEE ALSO
.BR monodis(1)
.BR mono(1), monodis(1)
......@@ -4,7 +4,6 @@ CC=$(CC_FOR_BUILD)
#noinst_PROGRAMS = sample
#sample_SOURCES = sample.c
bdir=$(top_builddir)/$(subdir)
parser.c: $(srcdir)/monoburg.y
bison $(srcdir)/monoburg.y -o parser.c
......
......@@ -16,6 +16,7 @@
<pre>
export CVSROOT=:pserver:anonymous@reypastor.hispalinux.es:/mono
cvs login
cvs -z3 co mcs mono gtk-sharp
</pre>
......
......@@ -27,6 +27,15 @@
You can get it <a href="http://msdn.microsoft.com/downloads/default.asp?url=/downloads/sample.asp?url=/msdn-files/027/000/976/msdncompositedoc.xml&frame=true">here</a>
If you are new to .NET, writing regression tests is a good way
of starting to contribute: it will help you get used to C# as
well as getting comfortable with the .NET APIs.
This helps because at this point you might be the best
qualified person to fix a problem found by the regression
test, or you might have a new class to implement in the .NET
world that only has a test suite.
** Bug reporting
If you find bugs in Mono, please make sure you enter a bug
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册