On Saturday 14 October 2006 12:14, Tor Lillqvist wrote:
> Chris Vine writes:
> > On unix-like OSs there is pkg-config (and if you use autoconf, the
> > autoconf PKG_CHECK_MODULES macro).
>
> Not necessarily if only run-time packages are installed on the
> machine. pkg-config is a developer tool,
Chris Vine wrote:
> On Thursday 12 October 2006 22:21, David Vandepol wrote:
>
>> Hi,
>>
>> I am working on an installer that prereqs GTK, I was wondering if
>> there was a known algorithm for determining whether GTK is installed on the
>> system, and what the level is. Also is there a di
Chris Vine writes:
> On unix-like OSs there is pkg-config (and if you use autoconf, the autoconf
> PKG_CHECK_MODULES macro).
Not necessarily if only run-time packages are installed on the
machine. pkg-config is a developer tool, not something software would
need at run-time. And even if pkg-con
On Thursday 12 October 2006 22:21, David Vandepol wrote:
> Hi,
>
> I am working on an installer that prereqs GTK, I was wondering if
> there was a known algorithm for determining whether GTK is installed on the
> system, and what the level is. Also is there a different way to do this
> depen