mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-23 12:36:51 +03:00
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:
parent
08331f781e
commit
cea7566c96
@ -53,6 +53,13 @@
|
|||||||
Hopefully they will soon be released with downloadable tarballs and packaged
|
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.
|
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
|
Package installation
|
||||||
----------------------
|
----------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user