|
|
| P is for Practical | |
| PerlMonks |
Re: how to detect gtk installed or notby zentara (Archbishop) |
| on Jan 14, 2013 at 11:30 UTC ( #1013193=note: print w/ replies, xml ) | Need Help?? |
|
I guess you are looking for a Windows related answer, but on Linux, to detect the prescence of the c based gtk+ libs, which Wx would probably be using, you would just check the contents of the pkgconfig directories. The pkgconfig directories maintain the versions and locations of installed gtk+ libs and headers, which are installed in each library location. So you may need to check all paths in your ENV variable LIBPATH. Run the command pkg-config (notice the dash) for a commandline tool to search it. I have no idea where MS Windows puts those files. I'm not really a human, but I play one on earth. Old Perl Programmer Haiku ................... flash japh
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||