From 834fb3a3615c7546af0f35e8f0a0b31d923d7585 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Mon, 2 Mar 2020 18:46:02 -0500 Subject: Replace .mk files with configure script --- README.7 | 33 ++++++++++++++++++++++----------- 1 file changed, 22 insertions(+), 11 deletions(-) (limited to 'README.7') diff --git a/README.7 b/README.7 index f996a65..65ebab3 100644 --- a/README.7 +++ b/README.7 @@ -1,4 +1,4 @@ -.Dd January 12, 2020 +.Dd March 2, 2020 .Dt README 7 .Os "Causal Agency" . @@ -22,16 +22,27 @@ as a logging bot. requires LibreSSL .Pq Fl ltls and SQLite -.Pq Fl lsqlite3 , -and targets -.Fx -and Darwin. -To build on GNU/Linux, -copy -.Pa Linux.mk -to -.Pa config.mk -and modify as needed. +.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 +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 "litterbox.c" -compact -- cgit 1.4.1