update some readme

This commit is contained in:
Hylke Bons 2010-05-05 14:13:55 +01:00
parent ed58bab7a2
commit d8873f2f8d
2 changed files with 31 additions and 11 deletions

View file

@ -1,4 +1,7 @@
Written by:
Hylke Bons <hylkebons@gmail.com>
Artwork:
Artwork by:
Lapo Calamandrei <calamandrei@gmail.com>
Special thanks to:

37
README
View file

@ -1,4 +1,5 @@
SparkleShare Version 0.0.11
===========================
SparkleShare is a file sharing and collaboration tool inspired by Dropbox. It
allows you to instantly sync with any Git repository you have access to.
@ -17,41 +18,57 @@ SparkleShare currently only works on Linux/GNOME.
Windows and OSX ports are planned for the future.
License
=======
SparkleShare is free software and licensed under the GNU GPLv3. You are welcome
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
===
SparkleShare currently requires:
- git >= 1.7
- gtk-sharp2 >= 2.12.7
- mono-core >= 2.2
- ndesk-dbus >= 0.6
- notify-sharp >= 0.4.0
Run the service:
$ sparkleshare start
You can stop the service via the graphical interface or by typing:
$ sparkleshare stop
For help:
$ sparkleshare --help
Building
========
To build SparkleShare you need:
- git >= 1.7
- gtk-sharp2-devel >= 2.12.7
- mono-core >= 2.2
- monodevelop >= 2.0
- ndesk-dbus-devel >= 0.6
- notify-sharp-devel >= 0.4.0
You can build and install SparkleShare like this:
$ make
$ sudo make install
Run the service:
$ sparkleshare start
You can stop the service via the graphical interface or by typing:
$ sparkleshare stop
For help:
$ sparkleshare --help
Info
====
The official website is:
http://www.github.com/hbons/SparkleShare