Skip to content

Commit 52908d4

Browse files
Cabalistpiedar
authored andcommitted
Fix incorrect flag in README and clarify building the Python 3 wrapper (#575)
Signed-off-by: Benn Snyder <[email protected]>
1 parent d20b594 commit 52908d4

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,16 @@ For the examples, you'll need
4040
# cmake --build .
4141

4242
Use CMake options to control what gets built.
43-
For example, to build the python wrapper:
43+
For example, to build the Python wrapper (defaults to system Python):
4444

45-
cmake .. -DCMAKE_BUILD_PYTHON=ON
45+
cmake .. -DBUILD_PYTHON=ON
4646
make
47+
48+
Or the Python 3 wrapper:
49+
50+
cmake .. -DBUILD_PYTHON3=ON
51+
make
52+
4753

4854
You can specify a build with debug symbols:
4955

0 commit comments

Comments
 (0)