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:
authorMiguel de Icaza <miguel@gnome.org>2001-07-17 10:04:00 +0400
committerMiguel de Icaza <miguel@gnome.org>2001-07-17 10:04:00 +0400
commit1d138da62c5cdc36adfbca704ac5ee39068886ed (patch)
treef7fbb8d4ad3caa5b2a7142d859a62a618bce89f1 /doc/download
parent698c69f4f35c46f58ab67770a313bd632f4dbd7d (diff)
Pushety push
svn path=/trunk/mono/; revision=196
Diffstat (limited to 'doc/download')
-rw-r--r--doc/download69
1 files changed, 69 insertions, 0 deletions
diff --git a/doc/download b/doc/download
index 9aaeeb21546..759a2102f3a 100644
--- a/doc/download
+++ b/doc/download
@@ -14,6 +14,10 @@
GNU make tools. These may be obtained for the Windows
environment from <a href="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
Currently we will be providing CVS snapshots every day, until
@@ -46,6 +50,71 @@
</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.org">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.org">CygWin</a> first.
+
+ * Once installed, in a terminal window or a cygwin
+ window (a shortcut should be on your desktop), untar the glib
+ distribution:
+
+ <t>tar xzvf glib-1.2.10.tar.gz</t>
+
+ * Configure, compile and install glib, like this:
+
+ <t>./configure --prefix=//c/mono</t>
+
+ <t>make</t>
+
+ <t>make install</t>
+
+ * Unpack the mono distribution:
+
+ <t>tar xzvf mono-XXX.tar.gz</t>
+
+ * Configure, compile and install:
+
+ <t>./configure --prefix=//c/mono</t>
+
+ <t>make</t>
+
+ <t>make install</t>
+ </ul>
+
+ To compile the mono runtime on Unix:
+
+ <ul>
+
+ * Download the mono distribution
+
+ * Unpack the mono distribution:
+
+ <t>tar xzvf mono-XXX.tar.gz</t>
+
+ * Configure, compile and install:
+
+ <t>./configure</t>
+
+ <t>make</t>
+
+ <t>make install</t>
+ </ul>
+
** CVS
We are trying to figure out where to put our CVS repository.