Re: pkg_config_path
- From: Olexiy Avramchenko <olexiy ctech cn ua>
- To: Abhishek Misra <abhishekm cdac in>
- Cc: gtk-list gnome org
- Subject: Re: pkg_config_path
- Date: Fri, 15 Jul 2005 12:01:46 +0300
Abhishek Misra wrote:
Hello
please let me know how to set the
PKG_CONFIG_PATH enviornment variable which is required while installing
gtk
note that when I run env or printenv then no such enviornment variable is
displayed .
This depends on shell you're using (check with 'echo $SHELL'). With
'bash' the following is ok:
export PKG_CONFIG_PATH="/usr/somewhere/lib/pkgconfig"
You may want to read some docs about your shell, start with
man `basename $SHELL`
Olexiy
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]