ubuntu handy编译google gadgets

simple step by step instructions to install in ubuntu (hardy) so do you dont have to read through all the detail

   1. wget http://google-gadgets-for-linux.googlecode.com/files/google-gadgets-for-linux-0.9.1.tar.gz
   2. tar zxvf google-gadgets-for-linux-0.9.1.tar.gz
   3. cd google-gadgets-for-linux-0.9.1/
   4. sudo apt-get install zlib1g-dev libmozjs-dev libcurl4-openssl-dev libxml2-dev libdbus-1-dev libmozjs-dev libgstreamer-plugins-base0.10-dev libcurl3-openssl-dev libdbus-1-dev libxul-dev libcurl3 libcurl3-dbg libcurl3-gnutls libcurl4-openssl-dev libcurl-ocaml libmozjs0d libmozjs0d-dbg libmozjs-dev g++-4.2-multilib g++ libqt4-dev
   5. sudo ldconfig
   6. ../../configure --enable-debug
   7. sudo make install
   8. export LD_LIBRARY_PATH=/usr/local/lib
   9. ggl-gtk

An icon should show in the top right status bar, right click and add gadget!

cheers Jubal

你可能感兴趣的:(linux,Google,ubuntu)