Clean up the README a bit

This commit is contained in:
Hylke Bons 2011-05-28 18:03:09 +01:00
parent 37a144c4dc
commit f5eba8cb3f

29
README
View file

@ -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! :)