improve wrapper compilation instructions, when TBB not installed

release/4.3a0
John Lambert 2021-07-10 11:37:59 -04:00 committed by GitHub
parent 8b86d7a51c
commit 63236cf7af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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`).