We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2500fa9 commit e15a145Copy full SHA for e15a145
1 file changed
pages/install_dartpy_on_macos.md
@@ -62,7 +62,7 @@ brew install pybind11
62
4. Configure and build DART:
63
64
```
65
- cmake .. -DCMAKE_INSTALL_PREFIX=/usr/ -DCMAKE_BUILD_TYPE=Release
+ cmake .. -DCMAKE_INSTALL_PREFIX=/usr/ -DCMAKE_BUILD_TYPE=Release -DDART_BUILD_DARTPY=ON
66
make -j4 dartpy
67
68
0 commit comments