From 245b0cbb43e4f7745db1ef6a9082692be6a89053 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Wed, 20 May 2020 21:40:11 -0400 Subject: Rewrite build and install like pounce 1.3 man pages are no longer compressed! --- README.7 | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) (limited to 'README.7') diff --git a/README.7 b/README.7 index 3b76e5d..affd36a 100644 --- a/README.7 +++ b/README.7 @@ -19,29 +19,30 @@ as a logging bot. . .Pp .Nm -requires LibreSSL +targets +.Fx +and requires LibreSSL .Pq Fl ltls and SQLite .Pq Fl lsqlite3 . -It primarily targets -.Fx , -as well as macOS and Linux. -. .Bd -literal -offset indent -\&./configure make all sudo make install PREFIX=/usr/local .Ed . .Pp -If your system installs LibreSSL +On other systems, +such as macOS and Linux, +the build is configured using +.Xr pkg-config 1 . +If LibreSSL is installed in a non-standard path, set -.Ev PKG_CONFIG_PATH -for -.Nm ./configure . -For example, +.Ev PKG_CONFIG_PATH appropriately. +For example: .Bd -literal -offset indent PKG_CONFIG_PATH=/opt/libressl/lib/pkgconfig ./configure +make all +sudo make install PREFIX=/usr/local .Ed . .Sh FILES -- cgit 1.4.1