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>2008-09-14 23:06:06 +0400
committerMiguel de Icaza <miguel@gnome.org>2008-09-14 23:06:06 +0400
commit758861ec8fe60175c1bc9780556f44b514fe2ff5 (patch)
tree5c8e1d22e2fa80902fa2bd6644bb557b647f5577 /README
parentf15005a06b44e51d62e145fb92374dc3fc9d8f6f (diff)
Update
svn path=/trunk/mono/; revision=112965
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 8 insertions, 0 deletions
diff --git a/README b/README
index 7e80ff86efc..ceeb4146f70 100644
--- a/README
+++ b/README
@@ -67,6 +67,14 @@ This is Mono.
./autogen.sh --prefix=/usr/local
make
+ The Mono build system is silent for most compilation commands.
+ To enable a more verbose compile (for example, to pinpoint
+ problems in your makefiles or your system) pass the V=1 flag to make, like this:
+
+ make V=1
+
+
+
c. Building the software from SVN
---------------------------------