Monday, February 02, 2009

How to find the installed gtk+ and glade versions

If you need to find the currently installed versions of gtk+ and libglade,you can use the following commands to find them:

$>pkg-config --modversion gtk+-2.0
$>pkg-config --modversion libglade-2.0

Happy programming.

No comments: