Re: (no subject)
- From: Olexiy Avramchenko <ath beast stu cn ua>
- To: Maya <escalante canada com>
- Cc: Ajuta Users List <anjuta-list lists sourceforge net>, Debian Users List <debian-user lists debian org>, GTK+ Developers List <gtk-app-devel-list gnome org>, gtkmm list <gtkmm-list gnome org>
- Subject: Re: (no subject)
- Date: Fri, 16 Aug 2002 10:02:27 +0300
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]