about summary refs log tree commit diff
path: root/README.7
diff options
context:
space:
mode:
Diffstat (limited to 'README.7')
-rw-r--r--README.723
1 files changed, 13 insertions, 10 deletions
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