How to add more modules? #28
Replies: 3 comments 9 replies
-
You can always follow the existing examples already there. If it was not obvious by now, only open-source modules can be added, as we need their source. But let's go through the steps, knowledge of git is a requirement.
(adjust "cf" name for the relevant one)
4a. Include the module entry point header, something like:
4b. Create a static function where the modules are loaded, something like:
4c. Call into the function defined in the previous step during init, like so:
And that is the jist of it. There can be additional setup if:
|
Beta Was this translation helpful? Give feedback.
-
Hello, do you know if someone has managed to add more modules? |
Beta Was this translation helpful? Give feedback.
-
Thanks for this nice instruction! |
Beta Was this translation helpful? Give feedback.
-
Hi!
I would really like to add the MindMeld modules. How can I go about doing that?
Beta Was this translation helpful? Give feedback.
All reactions