Home > GUI, Linux, Ubuntu > Build Google Gadgets on Ubuntu 8.10

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.

These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • del.icio.us
  • StumbleUpon
  • Slashdot

GUI, Linux, Ubuntu

  1. rafael
    November 30th, 2008 at 19:36 | #1

    Great!!!!

    from brazil

  1. No trackbacks yet.