summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorWesley Moore <wes@wezm.net>2019-09-21 16:29:59 +0800
committerJustus Winter <justus@sequoia-pgp.org>2019-10-02 12:14:25 +0200
commit7580fc973bf0833685f835f117e048f26426afb0 (patch)
treec6a30731765ef0d41aa3be5a5183c3802851068c /README.md
parent487c82041778f8d9eb9cfd4784ad3c41447aa879 (diff)
Add note about disabling Python bindings.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index dba68aa5..1a51d569 100644
--- a/README.md
+++ b/README.md
@@ -87,6 +87,10 @@ use `make install`. The latter target honors `PREFIX` and `DESTDIR`.
Finally, to return your source tree to its pristine state, run `make
clean`.
+**Note:** By default the Python FFI bindings are also built. To skip
+these add `PYTHON=disable` to all `make` invocations. E.g. `make
+PYTHON=disable`.
+
To build Sequoia, you need at least Rust 1.34 and a few
libraries. Please see below for OS-specific notes.