We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b86d7a commit 63236cfCopy full SHA for 63236cf
python/README.md
@@ -24,6 +24,7 @@ For instructions on updating the version of the [wrap library](https://github.co
24
```bash
25
cmake .. -DGTSAM_BUILD_PYTHON=1 -DGTSAM_PYTHON_VERSION=3.6.10
26
```
27
+ If you do not have TBB installed, you should also provide the argument `-DGTSAM_WITH_TBB=OFF`.
28
- Build GTSAM and the wrapper with `make` (or `ninja` if you use `-GNinja`).
29
30
- To install, simply run `make python-install` (`ninja python-install`).
0 commit comments