[MonoDevelop] .pc files in /usr/local

Sebastian Juenemann jueneman at CeBiTec.Uni-Bielefeld.de
Thu Apr 19 14:28:00 UTC 2012


On 04/19/12 11:01, Mathias Tausig wrote:
> Hello!
>
> Is there some way to make monodevelop look for pkg-config files in an
> unexpected folder. I install my .pc files into /usr/local/lib/pkgconfig
> and they work fine with mcs but monodevelop only looks in /usr/lib,
> /usr/share, /usr/lib64 and /usr/libdata (I found that out via strace).

as monodevelop uses pkg-config, you just need to change your 
PKG_CONFIG_PATH variable:

 >export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/local/lib/pkgconfig

>
> regards
> Mathias
>
>
>
> _______________________________________________
> Monodevelop-list mailing list
> Monodevelop-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monodevelop-list


-- 
Sebastian Jünemann
CeBiTec - Center for Biotechnology
Bielefeld University, D-33594 Bielefeld, Germany
Office: V6-147 -- Phone: +49-(0)521-106-4827	
eMail: jueneman at CeBiTec.Uni-Bielefeld.de


More information about the Monodevelop-list mailing list