From 05d4a664e37f8e618ddfdb3d72437363fd120bb9 Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Wed, 23 Feb 2011 00:36:25 +0000 Subject: [PATCH] Add some Debian build deps instructions --- README | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README b/README index 642f1184..de34b5f8 100644 --- a/README +++ b/README @@ -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)