HelloWorld is a plugin for Swifty Assistant that lets it know how to respond to basic things like: "How are you" or "Tell me a joke"
Compatible with Swifty Assistant version 1.0.0-alpha2 or higher.
- Download the plugin
- Then move it to the ~/SwiftyPlugins folder
- If Swifty Assistant is already open, go to settings and click Refresh
Follow these steps if you want to compile HelloWorld on your own
To compile HelloWorld 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
You need to run the following commands to compile HelloWorld:
cd "FOLDER_OF_GIT_CLONE"
mkdir build && cd build
qmake ../
make
mv libhelloworld.so libhelloworld.sw
If you want to improve this project, clone this repository.
Thank you in advance for your help.
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