about summary refs log tree commit diff
path: root/README.7
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-02-11 18:33:19 -0500
committerJune McEnroe <june@causal.agency>2020-02-11 18:33:19 -0500
commite73328a1fc96ffbee52fe9b231b6293439ea1fd6 (patch)
tree1797e209507de549db4dd204c0e1e8ae642cce9e /README.7
parentRename query ID on nick change (diff)
downloadcatgirl-e73328a1fc96ffbee52fe9b231b6293439ea1fd6.tar.gz
catgirl-e73328a1fc96ffbee52fe9b231b6293439ea1fd6.zip
Add note about setting PKG_CONFIG_PATH
Diffstat (limited to 'README.7')
-rw-r--r--README.711
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