From 9d97548d3afd7432530fc913e0fbc310bc82303b Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Mon, 9 May 2011 13:07:10 -0700 Subject: [PATCH] README: update Mac build instructions --- README | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/README b/README index 0d440231..8bfac179 100644 --- a/README +++ b/README @@ -112,22 +112,27 @@ Build on Mac: ============= Install the Mono Framework, Monodevelop (plus the MonoMac plugin), and MacPorts. +Install git, automake, and intltool: -Install git-core, automake and intltool using 'port install'. -Make sure that git or a symbolic link to git is in /usr/bin. + $ sudo port install git-core automake intltool -Note: - - You may need to adjust some environment variables to find mono: +You may need to adjust some environment variables to find mono: $ export PATH=/Library/Frameworks/Mono.framework/Versions/Current/bin:$PATH $ export PKG_CONFIG=/Library/Frameworks/Mono.framework/Versions/Current/bin/pkg-config $ export PKG_CONFIG_PATH=/Library/Frameworks/Mono.framework/Versions/Current/lib/pkgconfig + +Start the first part of the build: + $ ./autogen.sh $ make -The last step will give you some errors, but you only need the libraries to be compiled. -Open 'SparkleShare/Mac/SparkleShare.sln' in MonoDevelop and start the build. +The last step will give you some errors in SparkleShare.exe, ignore these, you only +need the libraries to be compiled. Now open 'SparkleShare/Mac/SparkleShare.sln' in +MonoDevelop and start the build. + +To create the SparkleShare.app, select Project from the menu bar and +click "Create Mac Installer..." Info