Package: lekhonee-gnome Version: 0.11 Severity: wishlist Hi, This patch for README describes how to install dependencies on Ubuntu or Debian Systems. We configured and built the package from its source during the Mini-Debconf India Workshop at COEP. We thought it would help the other people installing the same package.
Regds, Raghavendra Belapure
diff -ruN lekhonee-gnome-0.11.orig/README lekhonee-gnome-0.11/README --- lekhonee-gnome-0.11.orig/README 2010-08-08 10:13:25.302128544 +0530 +++ lekhonee-gnome-0.11/README 2010-08-08 10:26:53.421999790 +0530 @@ -10,4 +10,16 @@ gtksourceview2 gtkspell2 webkit-1.0 +libgee +On Debian and Ubuntu systems run the following command to install the dependencies: + +sudo apt-get install libxml2-dev libsoup2.4-dev \ +libgtksourceview2.0-dev libwebkit-dev libgtkspell-dev \ +libgee-dev + +To build the package, do the following in the lekhonee-gnome-<version> directory: + +./configure +make +sudo make install