From f5eba8cb3f5e1d1023eef46a470b2b1c2a8c8862 Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Sat, 28 May 2011 18:03:09 +0100 Subject: [PATCH] Clean up the README a bit --- README | 29 ++++++++++++++++++----------- 1 file changed, 18 insertions(+), 11 deletions(-) diff --git a/README b/README index da176cec..93dda298 100644 --- a/README +++ b/README @@ -98,7 +98,7 @@ Build on Mac: Install the Mono Framework, MonoDevelop and the MonoMac plugin (you find it in Add-in Manager). -You may need to adjust some environment variables to let the make tools find mono: +You may need to adjust some environment variables to let the build environment tools find mono: $ export PATH=/Library/Frameworks/Mono.framework/Versions/Current/bin:$PATH $ export PKG_CONFIG=/Library/Frameworks/Mono.framework/Versions/Current/bin/pkg-config @@ -106,6 +106,7 @@ You may need to adjust some environment variables to let the make tools find mon Then you need either MacPorts or Homebrew. Go on and choose one of the next two sections. + Using MacPorts -------------- @@ -121,19 +122,22 @@ Start the first part of the build: The last step will give you some errors in SparkleShare.exe, ignore these and go on to the MonoDevelop section. + Using Homebrew -------------- -Because there are old versions of autoconf and automake installed on OS X, -they are not in the official master branch. It's easy to create the formulas. -Just do a 'brew create $url' and then install them. -You can have a look at this branch where I created the Formulas: +Because there are old versions of autoconf and automake installed on OS X, they are not in +the official master branch. It's easy to create the formulas: + + $ brew create $url + +Now install the formulas. + +You can have a look at this branch for the created Formulas: https://github.com/toabi/homebrew/commits/sparkleshare You also have to comment out the 'keg_only' in gettext and remove it if you already -installed it. - -If you created the formulas install them: +installed it. If you created the formulas install them: $ brew install git autoconf automake intltool gettext @@ -148,14 +152,16 @@ Now start the first part of the build: Ignore the error and continue to the MonoDevelop-part. -Building the real thing in MonoDevelop --------------------------------------- -You now have compiled the libraries. Now open 'SparkleShare/Mac/SparkleShare.sln' in +Building the Cocoa UI MonoDevelop +--------------------------------- + +Now that you have compiled the libraries, 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 ==== @@ -179,3 +185,4 @@ http://www.transifex.net/projects/p/sparkleshare/ Now have fun and create cool things together! :) +