Re: (no subject)



Maya wrote:

How do I add PKG_CONFIG_PATH permanently to the PATH? What is the line I have to add on the PATH string?
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list gnome org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

You probably want to specify exactly PKG_CONFIG_PATH environment variable, not PATH
with PKG_CONFIG_PATH value. If so in you can edit ~/.bashrc file as follows:

PKG_CONFIG_PATH="<path1>:<path2>:...:<pathN>"
export PKG_CONFIG_PATH

(this is for bash shell, of course)

Olexiy






[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]