summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-08-04 14:38:23 -0400
committerJune McEnroe <june@causal.agency>2020-08-04 14:38:23 -0400
commit9bd001ad4fd31c4d9436f569440aee5c7cbf3a5d (patch)
treef35dcdca60aaf405d67ba0b8462b6e1faf29bb80
parentSay "OpenSSL" in additional permission notices (diff)
downloadcatgirl-9bd001ad4fd31c4d9436f569440aee5c7cbf3a5d.tar.gz
catgirl-9bd001ad4fd31c4d9436f569440aee5c7cbf3a5d.zip
Mention LibreTLS in install instructions
-rw-r--r--README.752
1 files changed, 25 insertions, 27 deletions
diff --git a/README.7 b/README.7
index c1d9cdb..2c1a8d3 100644
--- a/README.7
+++ b/README.7
@@ -1,4 +1,4 @@
-.Dd July 23, 2020
+.Dd August  4, 2020
 .Dt README 7
 .Os "Causal Agency"
 .\" To view this file, run: man ./README.7
@@ -82,10 +82,12 @@ and certificates are easy to obtain.
 .
 .Sh INSTALLING
 .Nm
-requires LibreSSL
-.Pq Fl ltls
-and ncurses
-.Pq Fl lncursesw .
+requires ncurses and
+.Sy libtls ,
+provided by either
+.Lk https://git.causal.agency/libretls/about LibreTLS
+(with OpenSSL)
+or by LibreSSL.
 It targets
 .Fx ,
 .Ox ,
@@ -102,32 +104,28 @@ sudo make install
 .Ed
 .
 .Pp
-If your system installs LibreSSL
-in a non-standard path, set
-.Ev PKG_CONFIG_PATH
-for
-.Nm ./configure .
-For example,
-.Bd -literal -offset indent
-PKG_CONFIG_PATH=/opt/libressl/lib/pkgconfig ./configure
-.Ed
-.
-.Pp
-If your system is incapable of providing LibreSSL,
-consider building it manually and installing to
+If installing
+.Sy libtls
+manually to
 .Pa /usr/local ,
-adding
+for example,
+make sure
 .Pa /usr/local/lib
-to
+appears in
 .Pa /etc/ld.so.conf
-and running
+or
+.Pa /etc/ld.so.conf.d/*
+and be sure to run
 .Xr ldconfig 8
-if needed.
-It may also be necessary to create
-.Pa /etc/ssl/cert.pem
-as a symbolic link to
-.Pa /etc/ssl/certs/ca-certificates.crt
-or similar path.
+once the library is installed.
+Set
+.Ev PKG_CONFIG_PATH
+for
+.Nm ./configure
+to find it.
+.Bd -literal -offset indent
+PKG_CONFIG_PATH=/usr/local/lib/pkgconfig ./configure
+.Ed
 .
 .Pp
 The