This is the Gnome frontend for Lekhonee.
The icon for link (link.png) is taken from http://en.wikipedia.org/wiki/File:Gnome-insert-link.svg and is licensed as described there.

https://fedorahosted.org/lehonee

Libraries required:

libxml
libsoup
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
