We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df36014 commit d1b77f7Copy full SHA for d1b77f7
README.md
@@ -40,6 +40,15 @@ have to be available on your machine.
40
- [QCustomPlot]: for the bindings of QCustomPlot in the Python interface.
41
The dependency can be made mandatory with CMake variable `BUILD_PY_QCUSTOM_PLOT`.
42
43
+## Environment variables and plugins
44
+
45
+When launching gepetto-gui the program tries to load the plugin omniorbserver.so. In order to specify the default path of the plugins,
46
+the variable `GEPETTO_GUI_PLUGIN_DIRS` can be set using the following command:
47
48
+```sh
49
+export GEPETTO_GUI_PLUGIN_DIRS=${CMAKE_INSTALL_PREFIX}/lib
50
+```
51
52
[PythonQt]: https://github.com/gepetto/pythonqt
53
[QGV]: https://github.com/gepetto/qgv
54
[QCustomPlot]: https://www.qcustomplot.com/
0 commit comments