Thursday, July 10, 2008
build google desktop sidebar in ubuntu 7.10
This project also depends on the following libraries:
- SpiderMonkey >= 1.60
- libcurl >= 7.15.0, openssl backend is required
- libxml2 >= 2.6.0
- zlib >= 1.2.0
- xulrunner-dev >= 1.8
- D-Bus >= 1.0.2
- gstreamer and gstreamer-plugin-base >= 0.10.0
You can choose from the two toolkits: GTK or QT. If you choose GTK, this project also depends on the following libraries:
1. zlib
sudo apt-get install zlib1g-dev
2. spidermonkey
sudo apt-get install libmozjs-dev
3. libcurl
sudo apt-get install libcurl4-openssl-dev
4. libxml2
sudo apt-get install libxml2-dev
5. xulrunner
sudo apt-get install xulrunner-1.9-dev
6. gtk+ 2.0
sudo apt-get install libgtk2.0-dev
7. dbus
sudo apt-get install libdbus-1-dev
8. gstreamer
sudo apt-get install libgstreamer0.10-dev
sudo apt-get install libgstreamer-plugins-base0.10-dev
9. GTKMOZEMBED
sudo apt-get install firefox-dev
--
Pop (Pu Liu)