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: src/docs/docs/faq.md
+11
Original file line number
Diff line number
Diff line change
@@ -406,6 +406,17 @@ In C++ you are also able to pre-allocate a custom number of OpenGL contexts so t
406
406
407
407
You need to use `waf` to build RobotDART, but when installing the library a CMake module is installed. Thus it is possible use RobotDART in your code using CMake. You can find a complete example at [cmake/example](https://github.com/resibots/robot_dart/blob/master/cmake/example). In short the CMake would look like this:
408
408
409
+
### Prerequisites:
410
+
- Ensure `robot_dart` is installed.
411
+
- If `robot_dart` and `magnum` are not installed in standard locations, you can either:
412
+
- Set the `CMAKE_PREFIX_PATH` environment variable:
0 commit comments