diff options
author | June McEnroe <june@causal.agency> | 2020-03-02 18:46:02 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-03-02 18:46:02 -0500 |
commit | 834fb3a3615c7546af0f35e8f0a0b31d923d7585 (patch) | |
tree | adc9d802242884eaf611ba79ccc8e3d59b9a807c /README.7 | |
parent | Implement the causal.agency/consumer capability (diff) | |
download | litterbox-834fb3a3615c7546af0f35e8f0a0b31d923d7585.tar.gz litterbox-834fb3a3615c7546af0f35e8f0a0b31d923d7585.zip |
Replace .mk files with configure script
Diffstat (limited to '')
-rw-r--r-- | README.7 | 33 |
1 files changed, 22 insertions, 11 deletions
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 |