mirror of
https://gitlab.freedesktop.org/pkg-config/pkg-config.git
synced 2026-05-09 04:48:05 +02:00
Document search path construction on Windows
This commit is contained in:
parent
ec844f503c
commit
cf21a002be
1 changed files with 12 additions and 0 deletions
12
pkg-config.1
12
pkg-config.1
|
|
@ -294,6 +294,18 @@ or
|
|||
$ pkg-config --modversion pkg-config
|
||||
.fi
|
||||
.SH WINDOWS SPECIALITIES
|
||||
The
|
||||
.I pkg-config
|
||||
default search path is ignored on Windows. Instead, the search path is
|
||||
constructed by using the installed directory of
|
||||
.I pkg-config
|
||||
and then appending
|
||||
.I lib\epkgconfig
|
||||
and
|
||||
.IR share\epkgconfig .
|
||||
This can be augmented or replaced using the standard environment
|
||||
variables described above.
|
||||
|
||||
If a .pc file is found in a directory that matches the usual
|
||||
conventions (i.e., ends with \\lib\\pkgconfig or \\share\\pkgconfig),
|
||||
the prefix for that package is assumed to be the grandparent of the
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue