You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Make the following changes before build and install:
9
+
- enable `GTSAM_INSTALL_CYTHON_TOOLBOX`
10
+
- if you want to build the gtsam python library for a specific python version (eg 3.6), use the `-DGTSAM_PYTHON_VERSION=3.6` option, otherwise the default interpreter will be used.
11
+
- Run `cmake ..`
12
+
- Run `make install` (may need use sudo), and the wrapped module will be installed to `GTSAM_CYTHON_INSTALL_PATH`, which is
13
+
by default: `<your CMAKE_INSTALL_PREFIX>/cython`
14
+
- After build and install gtsam, navigate to `GTSAM_CYTHON_INSTALL_PATH` and run `python setup.py install`
0 commit comments