Add note about setting PKG_CONFIG_PATH
parent
7c171b8aff
commit
e73328a1fc
11
README.7
11
README.7
|
@ -88,6 +88,17 @@ make all
|
||||||
sudo make install PREFIX=/usr/local
|
sudo make install PREFIX=/usr/local
|
||||||
.Ed
|
.Ed
|
||||||
.
|
.
|
||||||
|
.Pp
|
||||||
|
If your system installs LibreSSL
|
||||||
|
in a non-standard path, set
|
||||||
|
.Ev PKG_CONFIG_PATH
|
||||||
|
for
|
||||||
|
.Nm ./configure .
|
||||||
|
For example,
|
||||||
|
.Bd -literal -offset indent
|
||||||
|
PKG_CONFIG_PATH=/opt/libressl/lib/pkgconfig ./configure
|
||||||
|
.Ed
|
||||||
|
.
|
||||||
.Sh FILES
|
.Sh FILES
|
||||||
.Bl -tag -width "complete.c" -compact
|
.Bl -tag -width "complete.c" -compact
|
||||||
.It Pa chat.h
|
.It Pa chat.h
|
||||||
|
|
Loading…
Reference in New Issue