% gzip -cd gtk+-2.2.4.tar.gz | tar xvf - # unpack the sources
% cd gtk+-2.2.4 # change to the toplevel directory
% ./configure # run the `configure' script
% make # build GTK
[ Become root if necessary ]
% make install # install GTK
按照这个步骤装的时候 make的时候
报这个错No targets specified and no makefile found. Stop
不知道为什么