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
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,12 +6,12 @@ INSTALL
6
6
=======
7
7
- Python3 is required
8
8
- 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.
9
+
-Set the CMake flag `GTSAM_INSTALL_CYTHON_TOOLBOX=ON` to enable building the cython wrapper.
10
+
-Set the CMake flag `-DGTSAM_PYTHON_VERSION=3`, otherwise the default interpreter will be used.
11
11
- Run `cmake ..`
12
12
- Run `make install` (may need use sudo), and the wrapped module will be installed to `GTSAM_CYTHON_INSTALL_PATH`, which is
13
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`
14
+
- After building and installing gtsam, navigate to `GTSAM_CYTHON_INSTALL_PATH` and run `python setup.py install`
0 commit comments