[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [semi-OT] dependencies libraries
- From: "Gabriele Greco" <gabriele greco darts it>
- To: "Brian J. Tarricone" <bjt23 cornell edu>
- Cc: gtk-app-devel-list gnome org
- Subject: Re: [semi-OT] dependencies libraries
- Date: Mon, 1 Sep 2008 10:25:16 +0200
On Sun, Aug 31, 2008 at 10:46 AM, Brian J. Tarricone <bjt23 cornell edu>wrote:
> > for example: if i develop with gtk 2.12 (but i can do the same
> > reasoning with any other library) how can i do to know if i used (or
> > not) new functions/classes introduced on that version? (of course
> > without look inside library documentation for every function/class
> > that i used)
>
> That's pretty much the only way to do it, looking through the
> documentation. If you really want to target a specific minimum version
> (say, 2.8), then you should develop against that version.
The autopackage project (www.autopackage.org) distributes a set of OLD gtk
headers/linklibs (I think 2.4, or 2.6 ones), suited to develop GTK+ apps
that runs on the vast majority of linux distro actually deployed.
Linking to them also remove the dependency from cairo. This is important
because if you link to a recent version of GTK (2.8+) also if you take care
to use only 2.0 apis you'll give your program an implicit dependency from
cairo.
--
Bye,
Gabry
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]