Skip to content

Commit a996ba0

Browse files
author
mxie32
committed
change README according to pr comments
1 parent 36637a9 commit a996ba0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ INSTALL
66
=======
77
- Python3 is required
88
- 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.
1111
- Run `cmake ..`
1212
- Run `make install` (may need use sudo), and the wrapped module will be installed to `GTSAM_CYTHON_INSTALL_PATH`, which is
1313
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`
1515

1616
For more detailed information, please see
1717
https://github.com/borglab/gtsam/tree/develop/cython

0 commit comments

Comments
 (0)