From 049ad2666299d572c5ed4a2b1614e6c475630143 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Fri, 24 Jul 2020 11:42:40 -0400 Subject: Rewrite configure script for all platforms, add OpenBSD --- README.7 | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) (limited to 'README.7') diff --git a/README.7 b/README.7 index 62ea486..d26b929 100644 --- a/README.7 +++ b/README.7 @@ -1,4 +1,4 @@ -.Dd July 21, 2020 +.Dd July 24, 2020 .Dt README 7 .Os "Causal Agency" . @@ -30,29 +30,32 @@ is provided by .Sh INSTALLING .Nm targets -.Fx +.Fx , +.Ox +and Linux, and requires LibreSSL .Pq Fl ltls and SQLite -.Pq Fl lsqlite3 . +.Pq Fl lsqite3 . +An +.Xr rc 8 +script for +.Nm +is provided on +.Fx . .Bd -literal -offset indent +\&./configure make all -sudo make install PREFIX=/usr/local +sudo make install .Ed . .Pp -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 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