Add nant to build requirements in README

This commit is contained in:
Hylke Bons 2010-10-21 20:11:02 +01:00
parent b1bda3f841
commit 163bec34d8
2 changed files with 2 additions and 1 deletions

1
README
View file

@ -70,6 +70,7 @@ To build SparkleShare you need:
- ndesk-dbus-devel >= 0.6
- ndesk-dbus-glib-devel >= 0.6
- nautilus-python-devel
- nant
You can build and install SparkleShare like this:

View file

@ -44,7 +44,7 @@ namespace SparkleShare {
LocalPath = path;
string name = System.IO.Path.GetFileName (LocalPath);
SetSizeRequest (540, 640);
SetSizeRequest (480, 640);
SetPosition (WindowPosition.Center);
BorderWidth = 0;