Welcome to the EAPM Group Plugin Repository! This repository contains a collection of plugins developed by the EAPM Group for use with Horus App.
To install a plugin, simply download the plugin file and place it in the appropriate directory.
Once a plugin is installed, it will appear in the left with all the available blocks
You need to install:
sudo apt install python3.x-dev
If the error is "x86_64-linux-gnu-gcc: fatal error: cannot execute ‘cc1plus’: execvp: No such file or directory compilation terminated." run this command:
sudo apt install --reinstall build-essential
If this doesn't work, try:
sudo apt install g++
We welcome contributions to this repository! If you have developed a plugin that you would like to share with the EAPM Group community, please submit a pull request with your changes.
All plugins in this repository are licensed under the GNU License. See the LICENSE file for more information.
Based on the library developed in the EAPM group of the BSC Github
...