about summary refs log tree commit diff
path: root/README.7
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-05-20 21:40:11 -0400
committerJune McEnroe <june@causal.agency>2020-05-20 21:40:11 -0400
commit245b0cbb43e4f7745db1ef6a9082692be6a89053 (patch)
tree07e0ee90be17569f58bd95737ee457b00c6fca88 /README.7
parentUpdate email addresses (diff)
downloadlitterbox-245b0cbb43e4f7745db1ef6a9082692be6a89053.tar.gz
litterbox-245b0cbb43e4f7745db1ef6a9082692be6a89053.zip
Rewrite build and install like pounce 1.3
man pages are no longer compressed!
Diffstat (limited to 'README.7')
-rw-r--r--README.723
1 files changed, 12 insertions, 11 deletions
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