Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kde/plasma-mycroft
Plasma integration of different Mycroft AI services.
https://github.com/kde/plasma-mycroft
Last synced: 4 days ago
JSON representation
Plasma integration of different Mycroft AI services.
- Host: GitHub
- URL: https://github.com/kde/plasma-mycroft
- Owner: KDE
- License: other
- Created: 2017-02-19T15:07:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-04-27T12:12:19.000Z (over 4 years ago)
- Last Synced: 2024-08-03T05:04:56.522Z (3 months ago)
- Language: QML
- Size: 16.2 MB
- Stars: 41
- Watchers: 5
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# Mycroft Plasmoid v2.x
1. Installation Requirements
+ This plasmoid requires Mycroft Core Installed from http://github.com/MycroftAi/Mycroft-Core using the GIT Method:
+ cd /home/$USER/
+ git clone https://github.com/MycroftAI/mycroft-core
+ Run: ./dev_setup.sh
+ This plasmoid requires Mycroft-GUI Installed from http://github.com/MycroftAi/Mycroft-GUI.
+ This plasmoid requires Lottie-QML Installed from https://github.com/kbroulik/lottie-qml.
+ Download / Clone Mycroft Plasmoid from this REPO.
+ Unzip to folder if Downloaded+ For KDE NEON / Kubuntu:
``` sudo apt-get install libkf5notifications-data libkf5notifications-dev qml-module-qtquick2 qml-module-qtquick-controls2 qml-module-qtquick-controls qml-module-qtwebsockets qml-module-qt-websockets qtdeclarative5-qtquick2-plugin qtdeclarative5-models-plugin cmake cmake-extras cmake-data qml-module-qtquick-layouts libkf5plasma-dev extra-cmake-modules qtdeclarative5-dev build-essential g++ gettext libqt5webkit5 libqt5webkit5-dev libkf5i18n-data libkf5i18n-dev libkf5i18n5 qml-module-qtgraphicaleffects libqt5dbus5 libkf5dbusaddons-dev libdbus-1-dev libdbus-glib-1-dev kio-dev pkg-config pkg-kde-tools qtbase5-dev libkf5kio-dev libqt5websockets5-dev -y ```2. Installation Instructions [Go To Downloaded Plasmoid Folder and run the following commands]
+ mkdir build
+ cd build
+ cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DKDE_INSTALL_LIBDIR=lib -DKDE_INSTALL_USE_QT_SYS_PATHS=ON -DBUILD_GUI_DEPS=ON("-DBUILD_GUI_DEPS" Only required if Mycroft-GUI is not installed)
+ make
+ sudo make install
+ Logout / Login or Restart Plasma Shell