diff options
author | June McEnroe <june@causal.agency> | 2020-07-24 11:42:40 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-07-24 11:42:40 -0400 |
commit | 049ad2666299d572c5ed4a2b1614e6c475630143 (patch) | |
tree | 3c600b62fed8b4f67fdfd5bd406f545b5df5b7b0 /README.7 | |
parent | Add scooper to README (diff) | |
download | litterbox-049ad2666299d572c5ed4a2b1614e6c475630143.tar.gz litterbox-049ad2666299d572c5ed4a2b1614e6c475630143.zip |
Rewrite configure script for all platforms, add OpenBSD
Diffstat (limited to '')
-rw-r--r-- | README.7 | 23 |
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 |