Update README and NEWS for release

This commit is contained in:
Hylke Bons 2011-02-12 23:41:08 +00:00
parent 3d2cb17634
commit df2148c939
2 changed files with 29 additions and 8 deletions

8
NEWS
View file

@ -1,3 +1,11 @@
0.2-beta2 for Mac (Sat Feb, 2011):
Hylke: Mac version! Massive restructure of the code to an MVC-like model
to make building different front-ends easier. Ported the event logs to
Webkit, so users can style it to their liking. It also reduces the amount
of UI-porting that needs to be done between toolkits.
0.2-beta1 (Sun Sep 5, 2010):
Hylke: Aside from the usual bug fixes and behind the scenes work I mainly

29
README
View file

@ -1,4 +1,4 @@
SparkleShare 0.2 Beta 1
SparkleShare 0.2 Beta 2
=======================
SparkleShare is a file sharing and collaboration tool inspired by Dropbox.
@ -25,8 +25,8 @@ to change and redistribute it under certain conditions. For more information
see the LICENSE file or visit http://www.gnu.org/licenses/gpl-3.0.html
Run
===
Run on Linux:
=============
SparkleShare currently requires:
@ -43,7 +43,7 @@ SparkleShare currently requires:
- webkitgtk
- webkit-sharp
Run the service:
Run the service, either click the SparkleShare launcher or:
$ sparkleshare start
@ -62,8 +62,8 @@ Note:
by hand.
Build
=====
Build on Linux:
===============
To build SparkleShare you need:
@ -89,10 +89,23 @@ Note:
Use './configure --prefix=/usr' if you want the Nautilus extension to work.
Build on OSX:
Run on Mac:
===========
You will need to have the Mac version of git installed.
SparkleShare will look for git in /usr/bin, so you may need to create a symbolic
link to git, depending on where it was installed:
$ sudo ln -s /path/to/your/git /usr/bin/git
Now just double-click the SparkleShare.app.
Build on Mac:
=============
Get the Mono Framework, Monodevelop, and MacPorts.
Install the Mono Framework, Monodevelop, and MacPorts.
Install git-core, automake and intltool using 'port install'.
Make sure that git or a symbolic link to git is in /usr/bin.