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

download « doc - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 64e2cd151ec01e6356432c1093767d88d357bb1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
* Software Availability

	The Virtual Execution System is available in package `mono'.
	Currently this contains a metadata library and the
	disassembler.  Please reffer to our <a
	href="runtime.html">Runtime</a> description for more details
	on this part of the project.

	The code for the C# compiler as well as the language error
	test suite and the class library are in the `mcs' package, we
	will move this later into `mono' itself. 

	In order to make mcs and the class libraries you will need the
	GNU make tools.  These may be obtained for the Windows
	environment from <a href="http://www.cygwin.com">cygwin.com</a>.

	You will also need to get GLIB, from: <a
href="ftp://ftp.gtk.org/pub/gtk/v1.2/glib-1.2.10.tar.gz">ftp://ftp.gtk.org/pub/gtk/v1.2/glib-1.2.10.tar.gz</a>

<a name="sources">
** Sources

	We provide both <a href="#packaged">packaged and tested</a>
	tarballs (those are known to compile and pass `make
	distcheck') as well as <a href="snapshots">daily snapshots</a> done
	at 10pm Boston Time

<a name="snapshots">
*** Snapshots

	The daily snapshots are available <a
	href="http://www.go-mono.com/snapshots">here</a>.  These
	snapshots are done every day at 10pm EST (Boston Time). 

	They are not guaranteed to build, but most of the time they
	should.  They should give you a window to see what we are up to.

	You might also want to track our development using the <a
	href="http://mail.ximian.com/mailman/listinfo/mono-cvs-list">mono-cvs-list</a>
	mailing list.

<a name="packaged">
*** Released and tested packages

	<ul>
		<a name="august-22">
		<b>August 22, 2001</b>
		<ul>
		* <a href="archive/mono-0.6.tar.gz">mono-0.6.tar.gz</a>: Mono Runtime 0.6 release.
		* <a href="archive/mono-compiler-classes-0.6.tar.gz">mono-compiler-classes-0.6.tar.gz</a>: Mono Compiler and Classes 0.6 release.
		* <a href="archive/mono-0.6">Release Notes.</a>
		</ul>

	
	 	<a name="july-29">
		<b>July 29, 2001</b>
		<ul>
		* <a href="archive/mono-0.5.tar.gz">mono-0.5.tar.gz</a>: Mono Runtime 0.5 release.
		* <a href="archive/mono-0.5">Release Notes.</a>
		</ul>

	
		<a name="july-22">
		<b>July 22, 2001</b>
		<ul>
		* <a href="archive/mcs-22-Jul-2001.tar.gz">mcs-22-Jul-2001.tar.gz</a>: CVS snapshot.
		* <a href="archive/mcs-Jul-22-Jul-19-2001.tar.gz">Differences since 19</a>: CVS snapshot.
		* <a href="archive/mcs-22">Release Notes.</a>
		</ul>

		<a name="july-19">
		<b>July 19th, 2001</b>
		<ul>
		* <a href="archive/mcs-19-Jul-2001.tar.gz">mcs-19-Jul-2001.tar.gz</a>: CVS snapshot.
		* <a href="archive/mcs-Jul-17-Jul-19-2001.tar.gz">Differences since 17</a>: CVS snapshot.
		* <a href="archive/mcs-19">Release Notes.</a>
		</ul>

		<a name="july-17">
		<b>July 17th, 2001</b>
		<ul>
		* <a href="archive/mcs-17-Jul-2001.tar.gz">mcs-17-Jul-2001.tar.gz</a>: CVS snapshot.
		* <a href="archive/mcs-Jul-15-Jul-17-2001.tar.gz">Differences since 15</a>: CVS snapshot.
		* <a href="archive/mcs-17">Release Notes.</a>
		</ul>

		<a name="july-15">
		<b>July 15th, 2001</b>
		<ul>
		* <a href="archive/mcs-15-Jul-2001.tar.gz">mcs-15-Jul-2001.tar.gz</a>: CVS snapshot.
		* <a href="archive/mono-0.4.tar.gz">mono-0.4.tar.gz</a>: Packaged Source Code.
		* <a href="archive/mono-0.4">Release Notes.</a>
		</ul>

		<a name="july-14">
		<b>July 14th, 2001</b>
		<ul>
		* <a href="archive/mcs-12-Jul-2001.tar.gz">mcs-12-Jul-2001.tar.gz</a>: CVS snapshot.
		* <a href="archive/mono-0.3.tar.gz">mono-0.3.tar.gz</a>: Packaged Source Code.
		</ul>

		<a name="july-8">
		<b>July 8th, 2001</b>

		<ul>
		* <a href="archive/mcs-08-Jul-2001.tar.gz">mcs-08-Jul-2001.tar.gz</a>: CVS Snapshot
		* <a href="archive/mono-08-Jul-2001.tar.gz">mono-08-Jul-2001.tar.gz</a>: CVS Snapshot
		</ul>
	</ul>

<a name="install">
** Installing the software

	To install and work on the compiler and the class libraries,
	follow these instructions:

	<ul>
		* Install <a href="http://www.cygwin.com">CygWin</a> first.

		* Untar the MCS distribution (see below for information).

		* Go into the MCS directory and type `make windows'
	</ul>

	To compile the mono runtime on windows:

	<ul>
		* Install <a href="http://www.cygwin.com">CygWin</a> first.

		* Once installed, in a terminal window or a cygwin
		  window (a shortcut should be on your desktop), untar the glib
		  distribution:

<pre>
tar xzvf glib-1.2.10.tar.gz
</pre>

		* Configure, compile and install glib, like this:

<pre>
./configure --prefix=/usr
make
make install
</pre>

		* Unpack the mono distribution:

<pre>
tar xzvf mono-XXX.tar.gz
</pre>

		* Configure, compile and install:

<pre>
./configure --prefix=//c/mono
make
make install
</pre>

		* Some people observed problems with autoconf 2.52. Installing 
		  autoconf 2.13 helped in those cases (don't forget to do a
		  `make maintainer-clean' after the update)

	</ul>

	To compile the mono runtime on Unix:

	<ul>

		* Download the mono distribution

		* Unpack the mono distribution:

<pre>
tar xzvf mono-XXX.tar.gz
</pre>

		* Configure, compile and install:
<pre>
./configure
make
make install
</pre>
	</ul>