Add some Debian build deps instructions

This commit is contained in:
Hylke Bons 2011-02-23 00:36:25 +00:00
parent dc6dea2d8d
commit 05d4a664e3

8
README
View file

@ -78,6 +78,14 @@ To build SparkleShare you need:
- notify-sharp-devel
- webkit-sharp-devel
Installing the build dependencies on Debian:
$ sudo apt-get install gtk-sharp2 mono-runtime mono-devel monodevelop \
libndesk-dbus1.0-cil-dev nant libnotify-cil-dev libgtk2.0-cil-dev \
libwebkit-cil-dev intltool libtool python-nautilus
You can build and install SparkleShare like this:
$ ./configure (or ./autogen if you got SparkleShare from the repository)