diff options
author | June McEnroe <june@causal.agency> | 2020-02-11 18:33:19 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-02-11 18:33:19 -0500 |
commit | e73328a1fc96ffbee52fe9b231b6293439ea1fd6 (patch) | |
tree | 1797e209507de549db4dd204c0e1e8ae642cce9e | |
parent | Rename query ID on nick change (diff) | |
download | catgirl-e73328a1fc96ffbee52fe9b231b6293439ea1fd6.tar.gz catgirl-e73328a1fc96ffbee52fe9b231b6293439ea1fd6.zip |
Add note about setting PKG_CONFIG_PATH
-rw-r--r-- | README.7 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/README.7 b/README.7 index 1478722..070675f 100644 --- a/README.7 +++ b/README.7 @@ -88,6 +88,17 @@ make all sudo make install PREFIX=/usr/local .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 .Bl -tag -width "complete.c" -compact .It Pa chat.h |