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
path: root/README
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2003-07-17 09:13:20 +0400
committerMiguel de Icaza <miguel@gnome.org>2003-07-17 09:13:20 +0400
commit04b24f874e6edc5a6d5c509159fd1e75ef914b26 (patch)
tree74c007654dd7ac14e19b4f4f3c8ca5a651d9a181 /README
parentb73428cdf0d7ca48aa01a9216e3e1c86a809d21c (diff)
Updated comments
svn path=/trunk/mono/; revision=16320
Diffstat (limited to 'README')
-rw-r--r--README27
1 files changed, 21 insertions, 6 deletions
diff --git a/README b/README
index 07c2df049af..4d9a0876605 100644
--- a/README
+++ b/README
@@ -1,14 +1,28 @@
This is Mono.
-Installation:
+1. Installation
+2. Using Mono
+3. Directory Roadmap
- Read doc/download for installation instructions,
- or read the HTML version:
+1. Compilation and Installation
+===============================
- http://www.go-mono.com/download.html
+ If you obtained this package as an officially released tarball,
+ this is very simple, use configure and make:
-* Using Mono
+ ./configure --prefix=/usr/local
+ make
+ make install
+
+ If you obtained this as a snapshot, you will need an existing
+ Mono installation. To upgrade your installation do:
+
+ ./autogen --prefix=/usr/local
+ make fullbuild
+
+2. Using Mono
+=============
Once you have installed the software, you can run a few programs:
@@ -29,7 +43,8 @@ Installation:
See the man pages for mono(1), mint(1), monodis(1) and mcs(2)
for further details.
-* A directory roadmap:
+3. Directory Roadmap
+====================
doc/
Contains documentation and the web site contents.