From 11fc3bfa296bf909de26879e09ac3a53e50073c7 Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Wed, 3 Aug 2011 22:13:35 +0200 Subject: [PATCH] update mac build instructions --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index b19d88dc..7a83bb63 100644 --- a/README +++ b/README @@ -123,7 +123,7 @@ Install git, automake, and intltool: Start the first part of the build: - $ ./autogen.sh + $ ./autogen.sh --enable-gtkui=no $ make The last step will give you some errors in SparkleShare.exe, ignore these and go on to the @@ -154,7 +154,7 @@ Now start the first part of the build: $ cd SmartIrc4net $ ./autogen.sh $ cd .. - $ ./autogen.sh + $ ./autogen.sh --enable-gtkui=no $ make Ignore the error and continue to the MonoDevelop-part.