Click to See Complete Forum and Search --> : How to install pkg-config and glib


[BytE]
08-10-2002, 01:00 PM
I was on multiple systems, but i could never figure out how to install thease to packets. And finally, i figured it out. to install pkg-config, do the usual ./configure, make, make install. now, pkg-config install itself to /usr/local/bin, which dosnt seem to work. You really need it in /usr/bin. So, cd to /usr/local/bin, and type in:

mv pkg-config /usr/bin/

and it will move it to /usr/bin/. and once thats done, jsut install glib, and have a wonderfull time.