Re: pkg_config_path



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]