installing gtk and glib

tariq picture tariq · Mar 11, 2011 · Viewed 57.5k times · Source

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

Answer

Fady Mohamed Othman picture Fady Mohamed Othman · Mar 11, 2011

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