[Glade-users] GNOME version find out method
Damon Chaplin
damon@karuna.uklinux.net
12 Feb 2003 15:35:56 +0000
On Tue, 2003-02-11 at 08:40, Cho, hyun-sang wrote:
> Hello there,
>
> I am installing glade 2 now.
> In the progress, I have a question about version of GNOME.
> How can I find out my GNOME version ?
There are lots of different packages in GNOME, and each may have
slightly different version numbers. But the core GNOME libraries are
libgnome and libgnomeui.
You could use your package manager to find out the versions, e.g. on
RedHat do 'rpm -qa | grep libgnome'.
Or you could use pkg-config, e.g. 'pkg-config --modversion libgnome'.
Damon