Skip to content

Commit d1b77f7

Browse files
olivier-stassejmirabel
authored andcommitted
[README.md] Add documentation for GEPETTO_GUI_PLUGIN_DIRS
1 parent df36014 commit d1b77f7

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,15 @@ have to be available on your machine.
4040
- [QCustomPlot]: for the bindings of QCustomPlot in the Python interface.
4141
The dependency can be made mandatory with CMake variable `BUILD_PY_QCUSTOM_PLOT`.
4242

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+
4352
[PythonQt]: https://github.com/gepetto/pythonqt
4453
[QGV]: https://github.com/gepetto/qgv
4554
[QCustomPlot]: https://www.qcustomplot.com/

0 commit comments

Comments
 (0)