X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=README;h=d57aef26d8aa35567e313858ffbb0387adda2173;hb=07c1cecad5b2bf674c25c717906c1fbb2f230bbb;hp=e16228e92383730150d6d6d416ac1ddec2dc21d2;hpb=68032088ce1a84d67c221e8a26ee041da233ba14;p=mono.git diff --git a/README b/README index e16228e9238..d57aef26d8a 100644 --- a/README +++ b/README @@ -11,16 +11,6 @@ This is Mono. a. Build Requirements --------------------- - To build Mono, you will need the following components: - - * pkg-config - - Available from: http://www.freedesktop.org/Software/pkgconfig - - * glib 2.4 - - Available from: http://www.gtk.org/ - On Itanium, you must obtain libunwind: http://www.hpl.hp.com/research/linux/libunwind/download.php4 @@ -35,7 +25,15 @@ This is Mono. * libgdiplus If you want to get support for System.Drawing, you will need to get - Libgdiplus. + Libgdiplus. This library in turn requires glib and pkg-config: + + * pkg-config + + Available from: http://www.freedesktop.org/Software/pkgconfig + + * glib 2.4 + + Available from: http://www.gtk.org/ * libzlib @@ -74,7 +72,6 @@ This is Mono. make V=1 - c. Building the software from GIT --------------------------------- @@ -168,10 +165,13 @@ This is Mono. make install + You can verify your installation by using the mono-test-install + script, it can diagnose some common problems with Mono's install. + Failure to follow these steps may result in a broken installation. - d. Common Configuration Options - ------------------------------- + d. Configuration Options + ------------------------ The following are the configuration options that someone building Mono might want to use: @@ -585,3 +585,4 @@ This is Mono. directory is automatically configured to share the same prefix than this module gets. +