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/man/mcs.1
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2008-05-08 22:16:48 +0400
committerMiguel de Icaza <miguel@gnome.org>2008-05-08 22:16:48 +0400
commit7cb708306b69ad5eee5dee35194d3feda13f7498 (patch)
tree4d469390a79b5870a31252c056e841bef3ef2590 /man/mcs.1
parent59e6e48be7cb971b90cf11a42ea5658dd71df1cd (diff)
Update man page
svn path=/trunk/mono/; revision=102823
Diffstat (limited to 'man/mcs.1')
-rw-r--r--man/mcs.16
1 files changed, 6 insertions, 0 deletions
diff --git a/man/mcs.1 b/man/mcs.1
index 6cb4b2f48a7..c0a1a24da78 100644
--- a/man/mcs.1
+++ b/man/mcs.1
@@ -259,6 +259,8 @@ on the browser. Typically these applications will be launched
with the
.I mopen
command line tool.
+.TP
+For more details see the PACKAGE section in this document
.ne
.RE
.TP
@@ -371,13 +373,17 @@ Cache (GAC) but also installs them into the PACKAGEBASE/PKG directory
As a developer, if you want to consume the Gtk# libraries, you would
invoke the compiler like this:
.nf
+
$ mcs -pkg:gtk-sharp-2.0 main.cs
+
.fi
The -pkg: option instructs the compiler to fetch the definitions for
gtk-sharp-2.0 from pkg-config, this is equivalent to passing to the C#
compiler the output of:
.nf
+
$ pkg-config --libs gtk-sharp-2.0
+
.fi
Usually this merely references the libraries from PACKAGEBASE/PKG.
.PP