summaryrefslogtreecommitdiff
path: root/Docs
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2014-03-16 15:40:15 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2014-03-16 15:40:15 +0000
commitf104f99809939048890bc2e39d403a339f2976b2 (patch)
treed41eabc9bfaf67f2cc3085565c2c24a4f63d08db /Docs
parent51cc2cfe38931f6e200a99df3a28ab2b267223ff (diff)
downloadnetsurf-f104f99809939048890bc2e39d403a339f2976b2.tar.gz
netsurf-f104f99809939048890bc2e39d403a339f2976b2.tar.bz2
Remove section on installing to /usr/local
Diffstat (limited to 'Docs')
-rw-r--r--Docs/BUILDING-GTK8
1 files changed, 0 insertions, 8 deletions
diff --git a/Docs/BUILDING-GTK b/Docs/BUILDING-GTK
index b61b882de..4537d1694 100644
--- a/Docs/BUILDING-GTK
+++ b/Docs/BUILDING-GTK
@@ -34,14 +34,6 @@
Hopefully they will soon be released with downloadable tarballs and packaged
in common distros. For now, you'll have to make do with Git 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/lib/pkgconfig
- $ export PKG_CONFIG_PATH
-
Package installation
--------------------