刚下了GIMP2.1.7简单看了他的安装文档,大致步骤:
% tar xvfz gimp-2.1.x.tar.gz # unpack the sources
% cd gimp-2.1.x # change to the toplevel directory
% ./configure # run the `configure' script
% make # build the GIMP
% make install # install the GIMP
看文档说需GTK+ version 2.4.4以上,有下了gtk v2.6版本,傻了,
在安装GTK执行./configure运行了半天,得到的结果:
*** Could not run GLIB test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means GLIB is incorrectly installed.
configure: error:
*** Glib 2.4.0 or better is required. The latest version of
*** Glib is always available from ftp://ftp.gtk.org/.