How to add a plugin under the .exe SOFA environment #3748
-
Hi! I installed the .exe SOFA didn't build it from src files. Is it possible for me to add external plugin using cmake under this version of SOFA? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi @iiianmeng Yes it is. All you need is to have your plugin to compile in a repository and follow the usual compilation steps:
Then you will be able to import the dll in the SOFA PluginManager (in the Edit menu of the GUI) and use the various codes of the plugin. The documentation is available here. Hope this helps. |
Beta Was this translation helpful? Give feedback.
-
Thanks a lot! I tried and it did work. |
Beta Was this translation helpful? Give feedback.
Hi @iiianmeng
Yes it is. All you need is to have your plugin to compile in a repository and follow the usual compilation steps:
CMAKE_PREFIX_PATH
Then you will be able to import the dll in the SOFA PluginManager (in the Edit menu of the GUI) and use the various codes of the plugin. The documentation is available here.
Hope this helps.