Xylobyte / Base-Plugin-Swifty-Assistant

A code base to create a plugin compatible with Swifty Assistant

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BasePlugin

License GitHub issues Maintained

BasePlugin is a code base for creating a plugin compatible with Swifty Assistant

Compatible with Swifty Assistant version 1.0.1-alpha4 or higher.

Manual build

Follow these steps if you want to compile BasePlugin on your own

Dependencies

To compile BasePlugin you need to have installed:

Qt >= 5.15.2 with at least the following modules:

and you must have the build-essential package installed.

I recommend you to install Qt with the official installer from the Qt site

Build

You need to run the following commands to compile BasePlugin:

cd "FOLDER_OF_GIT_CLONE"
mkdir build && cd build
qmake ../
make
mv libbaseplugin.so baseplugin.sw

Contribution

If you want to improve this project, clone this repository.

Thank you in advance for your help.

License

This project is licensed under the GNU General Public License version 3

You will find a copy of this license in the file LICENSE.md

About

A code base to create a plugin compatible with Swifty Assistant

License:GNU General Public License v3.0


Languages

Language:C++ 83.2%Language:QMake 16.8%