about summary refs log tree commit diff
path: root/README.7
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-07-24 18:03:27 -0400
committerJune McEnroe <june@causal.agency>2020-07-24 18:12:17 -0400
commit386a8beb705a1f23417684bb890da543d13e44aa (patch)
treeac75ad23e14dc47829d373208639d7938f0feaab /README.7
parentDon't use strlcpy in dispatch (diff)
downloadpounce-386a8beb705a1f23417684bb890da543d13e44aa.tar.gz
pounce-386a8beb705a1f23417684bb890da543d13e44aa.zip
Rewrite configure script for all platforms
Diffstat (limited to 'README.7')
-rw-r--r--README.713
1 files changed, 5 insertions, 8 deletions
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