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>2004-05-12 19:44:18 +0400
committerMiguel de Icaza <miguel@gnome.org>2004-05-12 19:44:18 +0400
commitddd1fba375a8bc898a281e59c978e29aa1b1d10e (patch)
treede4046990008ff90c1be766070ac5b8b1fadcc5d /README
parent428676040b39cd96d9d3e156d99f38365e29309a (diff)
Mhm
svn path=/trunk/mono/; revision=27172
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 6 insertions, 2 deletions
diff --git a/README b/README
index 5a493254860..2b6683f503f 100644
--- a/README
+++ b/README
@@ -92,9 +92,13 @@ This is Mono.
cd mono
./autogen.sh --prefix=/usr/local
- Then compile using the special target `fullbuild':
+ Then compile using the special target `bootstrap':
- make fullbuild
+ make bootstrap
+
+ You can now install it:
+
+ make install
This step will compile and install at the same time.