hi every one kindly tell me how to install glib and gtk i am using ubuntu 10.04. i did;nt find any commands kindly tell me the procedure to install it
Simply type:
sudo apt-get install libgtk2.0-dev
glib
is a dependency so it will be installed too. Also you might be interested in installing glade
as i remember it installs a gtk
reference too:
sudo apt-get install glade