summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin McCarthy <kevin@8t8.us>2022-10-08 13:47:15 -0700
committerKevin McCarthy <kevin@8t8.us>2022-10-08 13:47:15 -0700
commit082ed14e60e956f5952cc208d37e0d8c89fe1a01 (patch)
tree378ecc9e43da4a8ea309d21c72d6294fffaefd5f
parent5649e381121f593b370d980f59b18427cb8acd6a (diff)
Explicitly mention --with-sqlite3 in the INSTALL file.
-rw-r--r--INSTALL6
1 files changed, 5 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index afb82f29..14e3e420 100644
--- a/INSTALL
+++ b/INSTALL
@@ -74,7 +74,7 @@ options are:
--enable-autocrypt
enable autocrypt 1.1 <https://autocrypt.org/> support.
- Requires sqlite3.
+ Requires sqlite3 (via the --with-sqlite3 option).
--enable-gpgme
enable GPGME crypt backend support.
@@ -163,6 +163,10 @@ options are:
termcap entries than ncurses. It is recommended that you use at
*least* version 0.99-38 with Mutt.
+--with-sqlite3[=DIR]
+ use the sqlite3 lib in DIR/lib. This is currently only needed
+ by the --enable-autocrypt option.
+
--with-mailpath=DIR
specify where the spool mailboxes are located on your system