From 386a8beb705a1f23417684bb890da543d13e44aa Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Fri, 24 Jul 2020 18:03:27 -0400 Subject: Rewrite configure script for all platforms --- README.7 | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'README.7') diff --git a/README.7 b/README.7 index d61489d..2eb4a93 100644 --- a/README.7 +++ b/README.7 @@ -1,4 +1,4 @@ -.Dd July 8, 2020 +.Dd July 24, 2020 .Dt README 7 .Os "Causal Agency" . @@ -48,16 +48,15 @@ and primarily targets .Fx , where it is sandboxed with .Xr capsicum 4 . +Linux and macOS +are also supported. .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 prefix, set @@ -66,8 +65,6 @@ 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