From 7580fc973bf0833685f835f117e048f26426afb0 Mon Sep 17 00:00:00 2001 From: Wesley Moore Date: Sat, 21 Sep 2019 16:29:59 +0800 Subject: Add note about disabling Python bindings. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'README.md') 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. -- cgit v1.2.3