From cea7566c965aee9b954039ec89da71837ddf8449 Mon Sep 17 00:00:00 2001 From: Rob Kendrick Date: Tue, 31 Mar 2009 14:15:47 +0000 Subject: 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 --- Docs/BUILDING-GTK | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Docs/BUILDING-GTK') diff --git a/Docs/BUILDING-GTK b/Docs/BUILDING-GTK index 9bf858d69..63c18b047 100644 --- a/Docs/BUILDING-GTK +++ b/Docs/BUILDING-GTK @@ -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 ---------------------- -- cgit v1.2.3