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>2005-09-21 22:40:21 +0400
committerMiguel de Icaza <miguel@gnome.org>2005-09-21 22:40:21 +0400
commit84140fd94aa1839b4cff12404bed73423d6cb9c5 (patch)
tree3770fca7f4e2d982ea664c223ddcdf0f1b236b56 /mcs/README
parent915b0c96191f267b983c51ee63c83857287bc0a7 (diff)
Update
svn path=/trunk/mcs/; revision=50400
Diffstat (limited to 'mcs/README')
-rw-r--r--mcs/README24
1 files changed, 22 insertions, 2 deletions
diff --git a/mcs/README b/mcs/README
index ef97cc14d5f..552d3527fcc 100644
--- a/mcs/README
+++ b/mcs/README
@@ -9,7 +9,8 @@ This contains code written in C# of Mono, it contains:
To install this source code, look at the INSTALL file in the `mono'
package module which drives the compilation of this directory.
-Layout:
+* Layout
+========
bmcs/
New experimental Basic compiler.
@@ -52,11 +53,30 @@ Layout:
command line; MonoStyle helps you keep your code indendented
with the Mono programming style.
+* Building Individual Directories
+=================================
+
+You can build individual components in the hierarchy by running the command
+"make", and to install it use "make install".
+
+If you need to build a given component on the 2.x profile, you must use
+the following command:
+
+ make PROFILE=net_2_0
+
+And to install:
+
+ make PROFILE=net_2_0 install
+
+
+* Acknowledgements
+==================
Thanks a lot to Sergey Chaban for his help during the development of
the C# compiler.
-LICENSE
+* LICENSE
+=========
The mcs C# compiler and monoresgen are licensed to you under the GPL, version 2.
The complete text of the GPL is in the 'COPYING' file.