/HelloWorld-Plugin-Swifty-Assistant

A Swifty Assistant plugin for basic commands.

Primary LanguageC++GNU General Public License v3.0GPL-3.0

HelloWorld

License GitHub issues Maintained

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.

Installation

  1. Download the plugin
  2. Then move it to the ~/SwiftyPlugins folder
  3. If Swifty Assistant is already open, go to settings and click Refresh

Manual build

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

Dependencies

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

Build

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

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