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

download « web - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6cf30786eea0c1da2c6a78df54a8ca0370cf1e62 (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
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
* Software Availability

	The Virtual Execution System is available in package `mono'.
	Currently this contains a metadata library and the
	disassembler.  Please refer 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 a computer
	running Windows with the <strong>GNU make tools</strong> from the 
	<strong>Cygwin</strong> environment, <strong>Microsoft's .NET Framework
	SDK</strong>, <strong>GLIB 1.3</strong> and 
	<strong>pkg-config</strong>.  

<a name="sources">
*** Sources

	Stay up to date on the Mono team's development using the 
	<a href="http://lists.ximian.com/mailman/listinfo/mono-cvs-list">
	mono-cvs-list</a> mailing list.

<a name="snapshots">
	It is recommended that you use the Mono source code from either the 
	<a href="http://www.go-mono.com/snapshots">nightly snapshots</a> or 
	the <a href="anoncvs.html">Anonymous CVS</a>.  The nightly
	snapshots are done every night at 10pm EST (Boston Time).

	The nightly snapshots 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 can download the GNU make tools and the Cygwin environment from
	<a href="http://www.cygwin.com">www.cygwin.com</a>.

	You can download Microsoft's .NET Framework SDK from
	<a href="http://msdn.microsoft.com/downloads">
	msdn.microsoft.com/downloads</a>.

	You will also need to get GLIB 1.3 and pkg-config.  The easiest way
	to install these libraries on your system is to use the precompiled
	packages by <a href="mailto:alex@ximian.com">Alex Graveley</a> located
	here:

	<ul>
	<li><a href="http://primates.ximian.com/~alex/glib-1.3.12-win32-native.zip">
	http://primates.ximian.com/~alex/glib-1.3.12-win32-native.zip</a>

	<li><a href="http://primates.ximian.com/~alex/pkg-config-0.8-cygwin.zip">
	http://primates.ximian.com/~alex/pkg-config-0.8-cygwin.zip</a>
	</ul>

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

*** Download the required software.

	<ul>

		* Microsoft's .NET Framework SDK from 
		  <a href="http://msdn.microsoft.com/downloads">
		  msdn.microsoft.com/downloads</a>.

		* Cygwin and the GNU Make tools from  
		  <a href="http://www.cygwin.com">www.cygwin.com</a>.
		  Some people observed problems with autoconf 2.52. Installing 
		  autoconf 2.13 helped in those cases.

		* Precompiled GLIB 1.3 and pkg-config packages by
		  <a href="mailto:alex@ximian.com">Alex Graveley</a>
		  from
		  <a href="http://primates.ximian.com/~alex/glib-1.3.12-win32-native.zip">
		http://primates.ximian.com/~alex/glib-1.3.12-win32-native.zip</a>
		<a href="http://primates.ximian.com/~alex/pkg-config-0.8-cygwin.zip">
		http://primates.ximian.com/~alex/pkg-config-0.8-cygwin.zip</a>

		* Download the Mono source code from 
		  either the <a href="http://www.go-mono.com/snapshots">
		  nightly snapshots</a> or the <a href="anoncvs.html">
		  Anonymous CVS</a>.  The nightly snapshots are done every 
		  night at 10pm EST (Boston Time). The nightly snapshots are 
		  not guaranteed to build, but most of the time they should.


	</ul>


*** Install Cygwin and the GNU build tools, Microsoft's .NET Framework SDK and the precompiled GLIB 1.3 and pkg-config libraries.

	<ul>

		* Install <a href="http://www.cygwin.com">Cygwin</a>.

		* Install <a href="http://msdn.microsoft.com/downloads">
		  Microsoft .NET Framework SDK</a>.

		* Change to the <strong>/</strong> directory of your Cygwin 
		  installation.<br>
		  Unzip the precompiled <a href="http://primates.ximian.com/~alex/glib-1.3.12-win32-native.zip">GLIB 1.3</a> and 
		  <a href="http://primates.ximian.com/~alex/pkg-config-0.8-cygwin.zip">pkg-config</a> packages.
		  The goal is to install the libraries in the /usr/local
		  directory of your Cygwin installation.

	</ul>

*** On Windows, to install and work on the compiler and the class libraries:

	<ul>

		* If you downloaded the Mono 
		  <a href="http://www.go-mono.com/snapshots">nightly snapshot
		  </a>, untar the snapshot.

		* Change directories to <strong>"mcs"</strong>.

		* Compile:

<pre>
<strong>make windows</strong>
</pre>

	</ul>

*** On Windows, to compile the mono runtime:

	<ul>	

		* If you downloaded the Mono 
		  <a href="http://www.go-mono.com/snapshots">nightly snapshot
		  </a>, untar the snapshot.

		* Change directories to <strong>"mono"</strong>.

		* Configure, compile and install:

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

*** On Unix, to compile the mono runtime:

	<ul>
		
		* Install <a href="http://www.freedesktop.org/software/pkg-config">pkg-config</a>.

		* Install glib 1.3. You can download it
                  from <a href="ftp://ftp.gtk.org/pub/gtk/v1.3/glib-1.3.12.tar.gz">ftp.gtk.org</a>. Maybe you need
                  to modify your ACLOCAL_FLAGS for pkg-config, for example if
                  your install prefix is /usr/local:
<pre>
<strong>export ACLOCAL_FLAGS="-I /usr/local/share/aclocal"</strong>
</pre>

		* If you downloaded the Mono 
		  <a href="http://www.go-mono.com/snapshots">nightly snapshots
		  </a>, untar the snapshot.

		* Change directories to <strong>"mono"</strong>.

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

*** Notes on compiling GLIB 1.3 and pkg-config from source:


	<ul>

		* 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).

		* Download, compile and install <a href="http://www.freedesktop.org/software/pkgconfig">pkg-config</a> from source.
                  (I had to change line 674 of
                  <nobr><tt>pkg-config-0.8.0/glib-1.2.8/gstrfuncs.c</tt></nobr> from 
		  <nobr><tt>extern char *strsignal (int sig);</tt></nobr> to
		  <nobr><tt>extern const char *strsignal (int sig);</tt></nobr>.

<pre><strong>
tar xzvf pkg-config-0.8.0.tar.gz
cd pkg-config-0.8.0
./configure --prefix=/usr
make
make install</strong>
</pre>

		* Download, compile and install <a href="ftp://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.7.tar.gz">libiconv</a> from source.<br>
		  If you dont have MS Visual C/C++ 4.0 or 5.0 or 6.0 you can also try
		  the binary package available at <a
		  href="http://www.gimp.org/win32/libiconv-dev-20001007.zip">
		  http://www.gimp.org/win32/libiconv-dev-20001007.zip</a>.

 
		* Download, compile and install the 
		  <a href="ftp://ftp.gtk.org/pub/gtk/v1.3/glib-1.3.12.tar.gz">
		  glib 1.3</a> from source.

	</ul>


<a name="oldreleases">

*** Very old releases.
	<ul>
		<a name="sep-18">
		<b>September 18, 2001</b>
		<ul>
		* <a href="archive/mono-0.7.tar.gz">mono-0.7.tar.gz</a>: Mono Runtime 0.7 release.
		* <a href="archive/mcs-0.7.tar.gz">mcs-0.7.tar.gz</a>: Mono Compiler and Classes 0.7 release.
		* <a href="archive/mono-0.7">Release Notes.</a>
		</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>