[Glade-users] Question for building glade-2
Damon Chaplin
damon@karuna.uklinux.net
15 May 2003 11:12:29 +0100
On Wed, 2003-05-14 at 15:13, Joachim Backes wrote:
> Hi,
>
> how to configure glade-2 if gkt+-2.0, glib2 a.s.o are not located
> in /usr/local, but in another directory? I found no option in
> "./configure --help" (my config knowledge is rather poor, so
> apologize for this question).
Set PKG_CONFIG_PATH to where the GTK+ .pc files are, e.g.
export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
Damon