]> git.notmuchmail.org Git - notmuch/commitdiff
INSTALL: document optional dependency on libsfsexp
authorDavid Bremner <david@tethera.net>
Fri, 15 Oct 2021 11:49:01 +0000 (08:49 -0300)
committerDavid Bremner <david@tethera.net>
Fri, 15 Oct 2021 11:49:01 +0000 (08:49 -0300)
For now putting it in the apt-get line will cause complaints about
missing packages for too many people.

INSTALL

diff --git a/INSTALL b/INSTALL
index 7479a4b67a71c6b2bd66ea8ae16d866550ba33fb..8054fafa1d34a05637323058e316b035bcd7fdff 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -41,6 +41,15 @@ Talloc, and zlib which are each described below:
 
        GMime is available from https://github.com/jstedfast/gmime
 
+        Sfsexp
+        ------
+
+        sfsexp is the "small fast s-expression" library. Notmuch
+        optionally use it to provide a second query parser.
+
+        sfsexp is available from https://github.com/mjsottile/sfsexp.
+        In Debian Bookworm and later, install libsexp-dev.
+
        Talloc
        ------
        Talloc is a memory-pool allocator used by Notmuch.