Ubuntu Blog for All!

Linux is for all :-)

Ubuntu Linux World

Ubuntu Tips | Tricks | 3D Desktop

Installing Gnome-Do in Jaunty -- Cool

Posted on 8:03 AM by syah nooraiman


1) firstly lets install the dependencies

sudo apt-get build-dep gnome-do
sudo apt-get install automake bzr mono-gmcs libmono-cairo2.0-cil ca-certificates libtool intltool libndesk-dbus-glib1.0-cil libndesk-dbus1.0-cil libgnome-vfs2.0-cil gtk-sharp2-examples gnome-desktop-sharp2 libgconf2-dev build-essential

2) we have to remove any other instance of gnome-do installed in our system

sudo apt-get remove gnome-do gnome-do-plugins
3) let's get the newest Do's source

bzr branch lp:do
4) finally let's install it!

cd do
./autogen.sh
make
sudo make install
5) Enjoy