We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d20b594 commit 52908d4Copy full SHA for 52908d4
1 file changed
README.md
@@ -40,10 +40,16 @@ For the examples, you'll need
40
# cmake --build .
41
42
Use CMake options to control what gets built.
43
-For example, to build the python wrapper:
+For example, to build the Python wrapper (defaults to system Python):
44
45
- cmake .. -DCMAKE_BUILD_PYTHON=ON
+ cmake .. -DBUILD_PYTHON=ON
46
make
47
+
48
+Or the Python 3 wrapper:
49
50
+ cmake .. -DBUILD_PYTHON3=ON
51
+ make
52
53
54
You can specify a build with debug symbols:
55
0 commit comments