Re: GTK Version
- From: Billy O'Connor <billyoc gnuyork org>
- To: Matt Raffel <mattr microobjects com>
- Cc: gtk-list <gtk-list gnome org>
- Subject: Re: GTK Version
- Date: Thu, 19 Feb 2004 22:07:18 -0500
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]