Add paragraph about some distributions having a pkg-config that does not include /usr/local as a default search location, and how to solve this.

svn path=/trunk/netsurf/; revision=7009
This commit is contained in:
Rob Kendrick 2009-03-31 14:15:47 +00:00
parent 08331f781e
commit cea7566c96

View File

@ -53,6 +53,13 @@
Hopefully they will soon be released with downloadable tarballs and packaged
in common distros. For now, you'll have to make do with svn checkouts.
Some of NetSurf's own libraries will be installed in /usr/local/ by default.
Fedora, and perhaps some other distributions of Linux, do not ship a
pkg-config that will search here, so you will either need to change where
these libraries install, or do the following before building NetSurf itself;
$ PKG_CONFIG_PATH=/usr/local/pkgconfig
$ export PKG_CONFIG_PATH
Package installation
----------------------