Build Google Gadgets on Ubuntu 8.10
November 9th, 2008
There is a new code release of Google Gadgets. I’ve been looking for a .deb file all over, but apparently the interest is gone since the first release. So the only thing left to do is: compile it myself. Luckily Google has already posted most of the dependencies on their how-to-build page, that saves a lot of make time. I’ve described the build for Gnome GTK here:
Download the Google Gadgets source
wget http://google-gadgets-for-linux.googlecode.com/files/google-gadgets-for-linux-0.10.3.tar.bz2
Install the dependencies
sudo apt-get install libdbus-1-dev libmozjs-dev libxml2-dev libgstreamer0.10-dev libgstreamer-plugins-base0.10-dev libltdl3-dev libxt-dev libxul-dev libgtk2.0-dev librsvg2-dev libcurl4-openssl-dev
I’ve added the “libxt-dev” which was missed in the Google instructions.
Configure the build
./configure --prefix=/usr
Google advises to add the prefix to avoid library linking problems.
Make the application
make
Install the application
sudo make install
And start it
ggl-gtk
I haven’t seen any major updates to the last release yet. All I can say is that it feels a bit faster.





Great!!!!
from brazil
0.10.5 is released: http://martinnotes.com/2009/01/18/google-gadgets-0105-is-released/