Re: GTK Version



Matt Raffel <mattr microobjects com> writes:

> How can I tell what version of GTK I have installed on system?
It's sort of a chicken and egg situation, I suppose, because you need
to know the name of the .pc file to pass to pkg-config, so I guess
you could do:

for x in $PKG_CONFIG_PATH/gtk*; do echo $x && \
pkg-config --modversion $x; done

This will enumerate them all if you have multiple versions installed,
and of course will also match gtkmm versions.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]