From 63236cf7afa2da29850ac45e310bc166f20e6f5a Mon Sep 17 00:00:00 2001 From: John Lambert Date: Sat, 10 Jul 2021 11:37:59 -0400 Subject: [PATCH] improve wrapper compilation instructions, when TBB not installed --- python/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/python/README.md b/python/README.md index ec9808ce0..54436df93 100644 --- a/python/README.md +++ b/python/README.md @@ -24,6 +24,7 @@ For instructions on updating the version of the [wrap library](https://github.co ```bash cmake .. -DGTSAM_BUILD_PYTHON=1 -DGTSAM_PYTHON_VERSION=3.6.10 ``` + If you do not have TBB installed, you should also provide the argument `-DGTSAM_WITH_TBB=OFF`. - Build GTSAM and the wrapper with `make` (or `ninja` if you use `-GNinja`). - To install, simply run `make python-install` (`ninja python-install`).