Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRodrigo Kumpera <kumpera@gmail.com>2013-08-21 23:46:40 +0400
committerRodrigo Kumpera <kumpera@gmail.com>2013-08-21 23:46:40 +0400
commit3d28f26e1ca93ea7ead9ff2aae1897ec01c1ceb8 (patch)
tree0588a81d412e191d74fa46602cdd39373d5a7beb
parentb45f7d96f3cc973a73b17aef599b7a9cfd142eb7 (diff)
Add OSX build instructions.
-rw-r--r--README9
1 files changed, 9 insertions, 0 deletions
diff --git a/README b/README
index 3ad3752b..a01a5189 100644
--- a/README
+++ b/README
@@ -23,3 +23,12 @@ automatically executed):
make
make install
+Building on OSX with homebrew:
+------------------------------
+
+Have the following packages installed:
+autoconf pkg-config readline automake gettext glib intltool libtool
+
+Run autogen like this:
+PKG_CONFIG_PATH=/Library/Frameworks/Mono.framework/Versions/Current/lib/pkgconfig/ ./autogen.sh
+